Color Hex Logo

#dcc2de Color Hex

#DCC2DE
(220,194,222)
0 Favorites   0 Comments

Color spaces of #dcc2de

RGB 220194222
HSL0.820.300.82
HSV296°13°87°
CMYK 0.010.130.00   0.13
XYZ61.991859.073177.2422
Yxy59.07310.31260.2979
Hunter Lab76.85909.4686-5.7843
CIE-Lab81.331814.0792-10.5592

#dcc2de color RGB value is (220,194,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 11011110
Octal 334 302 336
Decimal 220 194 222
Hex DC C2 DE

RGB Percentages of Color #dcc2de

%34.59
%30.50
%34.91

CMYK Percentages of Color #dcc2de

%1
%13
%0
%13

Triadic Colors of #dcc2de

#dcc2de #dedcc2 #c2dedc

Analogous Colors of #dcc2de

#dcc2de #dec2d2 #cec2de

Monochromatic Colors of #dcc2de

#dcc2de

Complementary Color

#dcc2de #c4dec2

#dcc2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc2de Color CSS Codes

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

#dcc2de Text Font Color

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

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


#dcc2de Background Color

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

This div background color is #dcc2de


#dcc2de Border Color

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

This div border color is #dcc2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc2de


Comments

No comments written yet.

Please login to write comment.