Color Hex Logo

#dddcb2 Color Hex

#DDDCB2
(221,220,178)
0 Favorites   0 Comments

Color spaces of #dddcb2

RGB 221220178
HSL0.160.390.78
HSV59°19°87°
CMYK 0.000.000.19   0.13
XYZ63.447969.772952.2429
Yxy69.77290.34210.3762
Hunter Lab83.5302-10.592721.3889
CIE-Lab86.8854-6.490020.8148

#dddcb2 color RGB value is (221,220,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10110010
Octal 335 334 262
Decimal 221 220 178
Hex DD DC B2

RGB Percentages of Color #dddcb2

%35.70
%35.54
%28.76

CMYK Percentages of Color #dddcb2

%0
%0
%19
%13

Triadic Colors of #dddcb2

#dddcb2 #b2dddc #dcb2dd

Analogous Colors of #dddcb2

#dddcb2 #c9ddb2 #ddc7b2

Monochromatic Colors of #dddcb2

#dddcb2

Complementary Color

#dddcb2 #b2b3dd

#dddcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcb2 Color CSS Codes

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

#dddcb2 Text Font Color

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

This sample text font color is #dddcb2
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.


#dddcb2 Background Color

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

This div background color is #dddcb2


#dddcb2 Border Color

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

This div border color is #dddcb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,220,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 #dddcb2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcb2


Comments

No comments written yet.

Please login to write comment.