Color Hex Logo

#dfccd5 Color Hex

#DFCCD5
(223,204,213)
0 Favorites   0 Comments

Color spaces of #dfccd5

RGB 223204213
HSL0.920.230.84
HSV332°87°
CMYK 0.000.090.04   0.13
XYZ64.034563.677871.8669
Yxy63.67780.32080.3191
Hunter Lab79.79843.59082.4619
CIE-Lab83.79778.1613-2.0700

#dfccd5 color RGB value is (223,204,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001100 11010101
Octal 337 314 325
Decimal 223 204 213
Hex DF CC D5

RGB Percentages of Color #dfccd5

%34.84
%31.88
%33.28

CMYK Percentages of Color #dfccd5

%0
%9
%4
%13

Triadic Colors of #dfccd5

#dfccd5 #d5dfcc #ccd5df

Analogous Colors of #dfccd5

#dfccd5 #dfcdcc #dfccdf

Monochromatic Colors of #dfccd5

#dfccd5

Complementary Color

#dfccd5 #ccdfd6

#dfccd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfccd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfccd5 Color CSS Codes

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

#dfccd5 Text Font Color

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

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


#dfccd5 Background Color

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

This div background color is #dfccd5


#dfccd5 Border Color

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

This div border color is #dfccd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfccd5


Comments

No comments written yet.

Please login to write comment.