Color Hex Logo

#dfc4cf Color Hex

#DFC4CF
(223,196,207)
0 Favorites   0 Comments

Color spaces of #dfc4cf

RGB 223196207
HSL0.930.300.82
HSV336°12°87°
CMYK 0.000.120.07   0.13
XYZ61.433859.672867.3116
Yxy59.67280.32610.3167
Hunter Lab77.24826.77292.4103
CIE-Lab81.660011.3594-1.9960

#dfc4cf color RGB value is (223,196,207).

#dfc4cf hex color red value is 223, green value is 196 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dfc4cf hue: 0.93 , saturation: 0.30 and the lightness value of dfc4cf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 11001111
Octal 337 304 317
Decimal 223 196 207
Hex DF C4 CF

RGB Percentages of Color #dfc4cf

%35.62
%31.31
%33.07

CMYK Percentages of Color #dfc4cf

%0
%12
%7
%13

Triadic Colors of #dfc4cf

#dfc4cf #cfdfc4 #c4cfdf

Analogous Colors of #dfc4cf

#dfc4cf #dfc7c4 #dfc4dd

Monochromatic Colors of #dfc4cf

#dfc4cf

Complementary Color

#dfc4cf #c4dfd4

#dfc4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc4cf Color CSS Codes

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

#dfc4cf Text Font Color

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

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


#dfc4cf Background Color

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

This div background color is #dfc4cf


#dfc4cf Border Color

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

This div border color is #dfc4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc4cf


Comments

No comments written yet.

Please login to write comment.