Color Hex Logo

#dcc6dd Color Hex

#DCC6DD
(220,198,221)
0 Favorites   0 Comments

Color spaces of #dcc6dd

RGB 220198221
HSL0.830.250.82
HSV297°10°87°
CMYK 0.000.100.00   0.13
XYZ62.760460.824376.8390
Yxy60.82430.31310.3035
Hunter Lab77.98997.1609-3.8221
CIE-Lab82.284211.7586-8.6062

#dcc6dd color RGB value is (220,198,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 11011101
Octal 334 306 335
Decimal 220 198 221
Hex DC C6 DD

RGB Percentages of Color #dcc6dd

%34.43
%30.99
%34.59

CMYK Percentages of Color #dcc6dd

%0
%10
%0
%13

Triadic Colors of #dcc6dd

#dcc6dd #dddcc6 #c6dddc

Analogous Colors of #dcc6dd

#dcc6dd #ddc6d3 #d1c6dd

Monochromatic Colors of #dcc6dd

#dcc6dd

Complementary Color

#dcc6dd #c7ddc6

#dcc6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc6dd Color CSS Codes

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

#dcc6dd Text Font Color

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

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


#dcc6dd Background Color

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

This div background color is #dcc6dd


#dcc6dd Border Color

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

This div border color is #dcc6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc6dd


Comments

No comments written yet.

Please login to write comment.