Color Hex Logo

#dfc5cc Color Hex

#DFC5CC
(223,197,204)
0 Favorites   0 Comments

Color spaces of #dfc5cc

RGB 223197204
HSL0.960.290.82
HSV344°12°87°
CMYK 0.000.120.09   0.13
XYZ61.296859.980165.4734
Yxy59.98010.32820.3212
Hunter Lab77.44685.74544.0891
CIE-Lab81.827410.3164-0.1422

#dfc5cc color RGB value is (223,197,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 11001100
Octal 337 305 314
Decimal 223 197 204
Hex DF C5 CC

RGB Percentages of Color #dfc5cc

%35.74
%31.57
%32.69

CMYK Percentages of Color #dfc5cc

%0
%12
%9
%13

Triadic Colors of #dfc5cc

#dfc5cc #ccdfc5 #c5ccdf

Analogous Colors of #dfc5cc

#dfc5cc #dfcbc5 #dfc5d9

Monochromatic Colors of #dfc5cc

#dfc5cc

Complementary Color

#dfc5cc #c5dfd8

#dfc5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc5cc Color CSS Codes

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

#dfc5cc Text Font Color

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

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


#dfc5cc Background Color

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

This div background color is #dfc5cc


#dfc5cc Border Color

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

This div border color is #dfc5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc5cc


Comments

No comments written yet.

Please login to write comment.