Color Hex Logo

#dcc6de Color Hex

#DCC6DE
(220,198,222)
0 Favorites   0 Comments

Color spaces of #dcc6de

RGB 220198222
HSL0.820.270.82
HSV295°11°87°
CMYK 0.010.110.00   0.13
XYZ62.894160.877777.5429
Yxy60.87770.31240.3024
Hunter Lab78.02427.3439-4.3074
CIE-Lab82.313011.9436-9.0987

#dcc6de color RGB value is (220,198,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 11011110
Octal 334 306 336
Decimal 220 198 222
Hex DC C6 DE

RGB Percentages of Color #dcc6de

%34.38
%30.94
%34.69

CMYK Percentages of Color #dcc6de

%1
%11
%0
%13

Triadic Colors of #dcc6de

#dcc6de #dedcc6 #c6dedc

Analogous Colors of #dcc6de

#dcc6de #dec6d4 #d0c6de

Monochromatic Colors of #dcc6de

#dcc6de

Complementary Color

#dcc6de #c8dec6

#dcc6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc6de Color CSS Codes

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

#dcc6de Text Font Color

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

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


#dcc6de Background Color

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

This div background color is #dcc6de


#dcc6de Border Color

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

This div border color is #dcc6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc6de


Comments

No comments written yet.

Please login to write comment.