Color Hex Logo

#ddccbb Color Hex

#DDCCBB
(221,204,187)
3 Favorites   0 Comments

Color spaces of #ddccbb

RGB 221204187
HSL0.080.330.80
HSV30°15°87°
CMYK 0.000.080.15   0.13
XYZ60.381362.145755.8266
Yxy62.14570.33850.3484
Hunter Lab78.8325-1.236013.1956
CIE-Lab82.99083.140010.5988

#ddccbb color RGB value is (221,204,187).

#ddccbb hex color red value is 221, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ddccbb hue: 0.08 , saturation: 0.33 and the lightness value of ddccbb is 0.80.

The process color (four color CMYK) of #ddccbb color hex is 0.00, 0.08, 0.15, 0.13. Web safe color of #ddccbb is #cccccc. Color #ddccbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 10111011
Octal 335 314 273
Decimal 221 204 187
Hex DD CC BB

RGB Percentages of Color #ddccbb

%36.11
%33.33
%30.56

CMYK Percentages of Color #ddccbb

%0
%8
%15
%13

Triadic Colors of #ddccbb

#ddccbb #bbddcc #ccbbdd

Analogous Colors of #ddccbb

#ddccbb #ddddbb #ddbbbb

Monochromatic Colors of #ddccbb

#ddccbb

Complementary Color

#ddccbb #bbccdd

#ddccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccbb Color CSS Codes

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

#ddccbb Text Font Color

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

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


#ddccbb Background Color

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

This div background color is #ddccbb


#ddccbb Border Color

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

This div border color is #ddccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccbb


Comments

No comments written yet.

Please login to write comment.