Color Hex Logo

#dfccd1 Color Hex

#DFCCD1
(223,204,209)
0 Favorites   0 Comments

Color spaces of #dfccd1

RGB 223204209
HSL0.960.230.84
HSV344°87°
CMYK 0.000.090.06   0.13
XYZ63.532963.477269.2254
Yxy63.47720.32380.3235
Hunter Lab79.67262.91334.2553
CIE-Lab83.69287.4660-0.0907

#dfccd1 color RGB value is (223,204,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11010001
Octal 337 314 321
Decimal 223 204 209
Hex DF CC D1

RGB Percentages of Color #dfccd1

%35.06
%32.08
%32.86

CMYK Percentages of Color #dfccd1

%0
%9
%6
%13

Triadic Colors of #dfccd1

#dfccd1 #d1dfcc #ccd1df

Analogous Colors of #dfccd1

#dfccd1 #dfd1cc #dfccdb

Monochromatic Colors of #dfccd1

#dfccd1

Complementary Color

#dfccd1 #ccdfda

#dfccd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccd1 Color CSS Codes

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

#dfccd1 Text Font Color

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

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


#dfccd1 Background Color

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

This div background color is #dfccd1


#dfccd1 Border Color

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

This div border color is #dfccd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccd1


Comments

No comments written yet.

Please login to write comment.