Color Hex Logo

#dcc0ce Color Hex

#DCC0CE
(220,192,206)
0 Favorites   0 Comments

Color spaces of #dcc0ce

RGB 220192206
HSL0.920.290.81
HSV330°13°86°
CMYK 0.000.130.06   0.14
XYZ59.505457.371166.3300
Yxy57.37110.32480.3131
Hunter Lab75.74377.68081.0994
CIE-Lab80.387912.2712-3.3571

#dcc0ce color RGB value is (220,192,206).

#dcc0ce hex color red value is 220, green value is 192 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dcc0ce hue: 0.92 , saturation: 0.29 and the lightness value of dcc0ce is 0.81.

The process color (four color CMYK) of #dcc0ce color hex is 0.00, 0.13, 0.06, 0.14. Web safe color of #dcc0ce is #cccccc. Color #dcc0ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 11001110
Octal 334 300 316
Decimal 220 192 206
Hex DC C0 CE

RGB Percentages of Color #dcc0ce

%35.60
%31.07
%33.33

CMYK Percentages of Color #dcc0ce

%0
%13
%6
%14

Triadic Colors of #dcc0ce

#dcc0ce #cedcc0 #c0cedc

Analogous Colors of #dcc0ce

#dcc0ce #dcc0c0 #dcc0dc

Monochromatic Colors of #dcc0ce

#dcc0ce

Complementary Color

#dcc0ce #c0dcce

#dcc0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc0ce Color CSS Codes

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

#dcc0ce Text Font Color

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

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


#dcc0ce Background Color

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

This div background color is #dcc0ce


#dcc0ce Border Color

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

This div border color is #dcc0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc0ce


Comments

No comments written yet.

Please login to write comment.