Color Hex Logo

#dfd3cb Color Hex

#DFD3CB
(223,211,203)
0 Favorites   0 Comments

Color spaces of #dfd3cb

RGB 223211203
HSL0.070.240.84
HSV24°87°
CMYK 0.000.050.09   0.13
XYZ64.505266.588365.9530
Yxy66.58830.32740.3379
Hunter Lab81.6017-1.70069.2011
CIE-Lab85.29562.77635.4264

#dfd3cb color RGB value is (223,211,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 11001011
Octal 337 323 313
Decimal 223 211 203
Hex DF D3 CB

RGB Percentages of Color #dfd3cb

%35.01
%33.12
%31.87

CMYK Percentages of Color #dfd3cb

%0
%5
%9
%13

Triadic Colors of #dfd3cb

#dfd3cb #cbdfd3 #d3cbdf

Analogous Colors of #dfd3cb

#dfd3cb #dfddcb #dfcbcd

Monochromatic Colors of #dfd3cb

#dfd3cb

Complementary Color

#dfd3cb #cbd7df

#dfd3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd3cb Color CSS Codes

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

#dfd3cb Text Font Color

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

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


#dfd3cb Background Color

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

This div background color is #dfd3cb


#dfd3cb Border Color

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

This div border color is #dfd3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd3cb


Comments

No comments written yet.

Please login to write comment.