Color Hex Logo

#dcc3de Color Hex

#DCC3DE
(220,195,222)
0 Favorites   0 Comments

Color spaces of #dcc3de

RGB 220195222
HSL0.820.290.82
HSV296°12°87°
CMYK 0.010.120.00   0.13
XYZ62.215159.519877.3166
Yxy59.51980.31260.2990
Hunter Lab77.14918.9363-5.4144
CIE-Lab81.576513.5444-10.1946

#dcc3de color RGB value is (220,195,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 11011110
Octal 334 303 336
Decimal 220 195 222
Hex DC C3 DE

RGB Percentages of Color #dcc3de

%34.54
%30.61
%34.85

CMYK Percentages of Color #dcc3de

%1
%12
%0
%13

Triadic Colors of #dcc3de

#dcc3de #dedcc3 #c3dedc

Analogous Colors of #dcc3de

#dcc3de #dec3d3 #cfc3de

Monochromatic Colors of #dcc3de

#dcc3de

Complementary Color

#dcc3de #c5dec3

#dcc3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc3de Color CSS Codes

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

#dcc3de Text Font Color

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

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


#dcc3de Background Color

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

This div background color is #dcc3de


#dcc3de Border Color

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

This div border color is #dcc3de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,195,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 #dcc3de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc3de


Comments

No comments written yet.

Please login to write comment.