Color Hex Logo

#dcc0de Color Hex

#DCC0DE
(220,192,222)
0 Favorites   0 Comments

Color spaces of #dcc0de

RGB 220192222
HSL0.820.310.81
HSV296°14°87°
CMYK 0.010.140.00   0.13
XYZ61.549758.188877.0948
Yxy58.18880.31270.2956
Hunter Lab76.281610.5344-6.5250
CIE-Lab80.843615.1499-11.2873

#dcc0de color RGB value is (220,192,222).

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

The process color (four color CMYK) of #dcc0de color hex is 0.01, 0.14, 0.00, 0.13. Web safe color of #dcc0de is #cccccc. Color #dcc0de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 11011110
Octal 334 300 336
Decimal 220 192 222
Hex DC C0 DE

RGB Percentages of Color #dcc0de

%34.70
%30.28
%35.02

CMYK Percentages of Color #dcc0de

%1
%14
%0
%13

Triadic Colors of #dcc0de

#dcc0de #dedcc0 #c0dedc

Analogous Colors of #dcc0de

#dcc0de #dec0d1 #cdc0de

Monochromatic Colors of #dcc0de

#dcc0de

Complementary Color

#dcc0de #c2dec0

#dcc0de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc0de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc0de Color CSS Codes

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

#dcc0de Text Font Color

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

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


#dcc0de Background Color

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

This div background color is #dcc0de


#dcc0de Border Color

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

This div border color is #dcc0de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc0de


Comments

No comments written yet.

Please login to write comment.