Color Hex Logo

#dcccdd Color Hex

#DCCCDD
(220,204,221)
0 Favorites   0 Comments

Color spaces of #dcccdd

RGB 220204221
HSL0.820.200.83
HSV296°87°
CMYK 0.000.080.00   0.13
XYZ64.159263.621877.3053
Yxy63.62180.31280.3102
Hunter Lab79.76333.9943-1.6286
CIE-Lab83.76858.5718-6.4066

#dcccdd color RGB value is (220,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001100 11011101
Octal 334 314 335
Decimal 220 204 221
Hex DC CC DD

RGB Percentages of Color #dcccdd

%34.11
%31.63
%34.26

CMYK Percentages of Color #dcccdd

%0
%8
%0
%13

Triadic Colors of #dcccdd

#dcccdd #dddccc #ccdddc

Analogous Colors of #dcccdd

#dcccdd #ddccd6 #d4ccdd

Monochromatic Colors of #dcccdd

#dcccdd

Complementary Color

#dcccdd #cdddcc

#dcccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcccdd Color CSS Codes

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

#dcccdd Text Font Color

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

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


#dcccdd Background Color

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

This div background color is #dcccdd


#dcccdd Border Color

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

This div border color is #dcccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcccdd


Comments

No comments written yet.

Please login to write comment.