Color Hex Logo

#dfd0cb Color Hex

#DFD0CB
(223,208,203)
0 Favorites   0 Comments

Color spaces of #dfd0cb

RGB 223208203
HSL0.040.240.84
HSV15°87°
CMYK 0.000.070.09   0.13
XYZ63.766865.111565.7068
Yxy65.11150.32770.3346
Hunter Lab80.6917-0.15048.2047
CIE-Lab84.54124.34524.3364

#dfd0cb color RGB value is (223,208,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 11001011
Octal 337 320 313
Decimal 223 208 203
Hex DF D0 CB

RGB Percentages of Color #dfd0cb

%35.17
%32.81
%32.02

CMYK Percentages of Color #dfd0cb

%0
%7
%9
%13

Triadic Colors of #dfd0cb

#dfd0cb #cbdfd0 #d0cbdf

Analogous Colors of #dfd0cb

#dfd0cb #dfdacb #dfcbd0

Monochromatic Colors of #dfd0cb

#dfd0cb

Complementary Color

#dfd0cb #cbdadf

#dfd0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd0cb Color CSS Codes

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

#dfd0cb Text Font Color

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

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


#dfd0cb Background Color

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

This div background color is #dfd0cb


#dfd0cb Border Color

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

This div border color is #dfd0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd0cb


Comments

No comments written yet.

Please login to write comment.