Color Hex Logo

#dfcccb Color Hex

#DFCCCB
(223,204,203)
0 Favorites   0 Comments

Color spaces of #dfcccb

RGB 223204203
HSL0.010.240.84
HSV87°
CMYK 0.000.090.09   0.13
XYZ62.803863.185565.3858
Yxy63.18550.32820.3302
Hunter Lab79.48931.92506.8721
CIE-Lab83.53996.44642.8858

#dfcccb color RGB value is (223,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11001011
Octal 337 314 313
Decimal 223 204 203
Hex DF CC CB

RGB Percentages of Color #dfcccb

%35.40
%32.38
%32.22

CMYK Percentages of Color #dfcccb

%0
%9
%9
%13

Triadic Colors of #dfcccb

#dfcccb #cbdfcc #cccbdf

Analogous Colors of #dfcccb

#dfcccb #dfd6cb #dfcbd4

Monochromatic Colors of #dfcccb

#dfcccb

Complementary Color

#dfcccb #cbdedf

#dfcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcccb Color CSS Codes

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

#dfcccb Text Font Color

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

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


#dfcccb Background Color

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

This div background color is #dfcccb


#dfcccb Border Color

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

This div border color is #dfcccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcccb


Comments

No comments written yet.

Please login to write comment.