Color Hex Logo

#dddbb2 Color Hex

#DDDBB2
(221,219,178)
0 Favorites   0 Comments

Color spaces of #dddbb2

RGB 221219178
HSL0.160.390.78
HSV57°19°87°
CMYK 0.000.010.19   0.13
XYZ63.186269.249552.1557
Yxy69.24950.34230.3752
Hunter Lab83.2163-10.093321.0915
CIE-Lab86.6274-5.979920.4573

#dddbb2 color RGB value is (221,219,178).

#dddbb2 hex color red value is 221, green value is 219 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dddbb2 hue: 0.16 , saturation: 0.39 and the lightness value of dddbb2 is 0.78.

The process color (four color CMYK) of #dddbb2 color hex is 0.00, 0.01, 0.19, 0.13. Web safe color of #dddbb2 is #cccc99. Color #dddbb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10110010
Octal 335 333 262
Decimal 221 219 178
Hex DD DB B2

RGB Percentages of Color #dddbb2

%35.76
%35.44
%28.80

CMYK Percentages of Color #dddbb2

%0
%1
%19
%13

Triadic Colors of #dddbb2

#dddbb2 #b2dddb #dbb2dd

Analogous Colors of #dddbb2

#dddbb2 #caddb2 #ddc6b2

Monochromatic Colors of #dddbb2

#dddbb2

Complementary Color

#dddbb2 #b2b4dd

#dddbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbb2 Color CSS Codes

.mybgcolor {background-color:#dddbb2; } 
.myforecolor {color:#dddbb2; }
.mybordercolor {border:3px solid #dddbb2; }

#dddbb2 Text Font Color

<p style="color:#dddbb2">Text here</p>

This sample text font color is #dddbb2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dddbb2 Background Color

<div style="background-color:#dddbb2">
Div content here</div>

This div background color is #dddbb2


#dddbb2 Border Color

<div style="border:3px solid #dddbb2">
Div here</div>

This div border color is #dddbb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,219,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dddbb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dddbb2;
  -webkit-box-shadow: 1px 1px 3px 2px #dddbb2;
  box-shadow:         1px 1px 3px 2px #dddbb2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,219,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dddbb2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dddbb2;
  -webkit-box-shadow: 1px 1px 3px 2px #dddbb2;
  box-shadow:         1px 1px 3px 2px #dddbb2;">
Div content here</div>

This div box has shadow with color #dddbb2


Comments

No comments written yet.

Please login to write comment.