Color Hex Logo

#dfccd8 Color Hex

#DFCCD8
(223,204,216)
0 Favorites   0 Comments

Color spaces of #dfccd8

RGB 223204216
HSL0.890.230.84
HSV322°87°
CMYK 0.000.090.03   0.13
XYZ64.419063.831673.8912
Yxy63.83160.31870.3158
Hunter Lab79.89474.10871.0915
CIE-Lab83.87808.6908-3.5515

#dfccd8 color RGB value is (223,204,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11011000
Octal 337 314 330
Decimal 223 204 216
Hex DF CC D8

RGB Percentages of Color #dfccd8

%34.68
%31.73
%33.59

CMYK Percentages of Color #dfccd8

%0
%9
%3
%13

Triadic Colors of #dfccd8

#dfccd8 #d8dfcc #ccd8df

Analogous Colors of #dfccd8

#dfccd8 #dfcccf #ddccdf

Monochromatic Colors of #dfccd8

#dfccd8

Complementary Color

#dfccd8 #ccdfd3

#dfccd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccd8 Color CSS Codes

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

#dfccd8 Text Font Color

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

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


#dfccd8 Background Color

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

This div background color is #dfccd8


#dfccd8 Border Color

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

This div border color is #dfccd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccd8


Comments

No comments written yet.

Please login to write comment.