Color Hex Logo

#dfccdc Color Hex

#DFCCDC
(223,204,220)
0 Favorites   0 Comments

Color spaces of #dfccdc

RGB 223204220
HSL0.860.230.84
HSV309°87°
CMYK 0.000.090.01   0.13
XYZ64.942664.041076.6485
Yxy64.04100.31580.3114
Hunter Lab80.02564.8119-0.7700
CIE-Lab83.98719.4073-5.5229

#dfccdc color RGB value is (223,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11011100
Octal 337 314 334
Decimal 223 204 220
Hex DF CC DC

RGB Percentages of Color #dfccdc

%34.47
%31.53
%34.00

CMYK Percentages of Color #dfccdc

%0
%9
%1
%13

Triadic Colors of #dfccdc

#dfccdc #dcdfcc #ccdcdf

Analogous Colors of #dfccdc

#dfccdc #dfccd3 #d9ccdf

Monochromatic Colors of #dfccdc

#dfccdc

Complementary Color

#dfccdc #ccdfcf

#dfccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccdc Color CSS Codes

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

#dfccdc Text Font Color

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

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


#dfccdc Background Color

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

This div background color is #dfccdc


#dfccdc Border Color

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

This div border color is #dfccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccdc


Comments

No comments written yet.

Please login to write comment.