Color Hex Logo

#ddcccb Color Hex

#DDCCCB
(221,204,203)
0 Favorites   0 Comments

Color spaces of #ddcccb

RGB 221204203
HSL0.010.210.83
HSV87°
CMYK 0.000.080.08   0.13
XYZ62.191262.869765.3571
Yxy62.86970.32660.3302
Hunter Lab79.29041.24776.6320
CIE-Lab83.37385.74182.6241

#ddcccb color RGB value is (221,204,203).

#ddcccb hex color red value is 221, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ddcccb hue: 0.01 , saturation: 0.21 and the lightness value of ddcccb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11001011
Octal 335 314 313
Decimal 221 204 203
Hex DD CC CB

RGB Percentages of Color #ddcccb

%35.19
%32.48
%32.32

CMYK Percentages of Color #ddcccb

%0
%8
%8
%13

Triadic Colors of #ddcccb

#ddcccb #cbddcc #cccbdd

Analogous Colors of #ddcccb

#ddcccb #ddd5cb #ddcbd3

Monochromatic Colors of #ddcccb

#ddcccb

Complementary Color

#ddcccb #cbdcdd

#ddcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcccb Color CSS Codes

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

#ddcccb Text Font Color

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

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


#ddcccb Background Color

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

This div background color is #ddcccb


#ddcccb Border Color

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

This div border color is #ddcccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcccb


Comments

No comments written yet.

Please login to write comment.