Color Hex Logo

#dfccd4 Color Hex

#DFCCD4
(223,204,212)
0 Favorites   0 Comments

Color spaces of #dfccd4

RGB 223204212
HSL0.930.230.84
HSV335°87°
CMYK 0.000.090.05   0.13
XYZ63.908063.627271.2003
Yxy63.62720.32160.3202
Hunter Lab79.76673.42022.9140
CIE-Lab83.77137.9865-1.5755

#dfccd4 color RGB value is (223,204,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11010100
Octal 337 314 324
Decimal 223 204 212
Hex DF CC D4

RGB Percentages of Color #dfccd4

%34.90
%31.92
%33.18

CMYK Percentages of Color #dfccd4

%0
%9
%5
%13

Triadic Colors of #dfccd4

#dfccd4 #d4dfcc #ccd4df

Analogous Colors of #dfccd4

#dfccd4 #dfcecc #dfccde

Monochromatic Colors of #dfccd4

#dfccd4

Complementary Color

#dfccd4 #ccdfd7

#dfccd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccd4 Color CSS Codes

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

#dfccd4 Text Font Color

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

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


#dfccd4 Background Color

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

This div background color is #dfccd4


#dfccd4 Border Color

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

This div border color is #dfccd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccd4


Comments

No comments written yet.

Please login to write comment.