Color Hex Logo

#dcacdd Color Hex

#DCACDD
(220,172,221)
0 Favorites   0 Comments

Color spaces of #dcacdd

RGB 220172221
HSL0.830.420.77
HSV299°22°87°
CMYK 0.000.220.00   0.13
XYZ57.318949.941175.0252
Yxy49.94110.31440.2740
Hunter Lab70.669021.1087-13.4764
CIE-Lab76.033125.7373-17.9717

#dcacdd color RGB value is (220,172,221).

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

The process color (four color CMYK) of #dcacdd color hex is 0.00, 0.22, 0.00, 0.13. Web safe color of #dcacdd is #cc99cc. Color #dcacdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 11011101
Octal 334 254 335
Decimal 220 172 221
Hex DC AC DD

RGB Percentages of Color #dcacdd

%35.89
%28.06
%36.05

CMYK Percentages of Color #dcacdd

%0
%22
%0
%13

Triadic Colors of #dcacdd

#dcacdd #dddcac #acdddc

Analogous Colors of #dcacdd

#dcacdd #ddacc6 #c4acdd

Monochromatic Colors of #dcacdd

#dcacdd

Complementary Color

#dcacdd #adddac

#dcacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacdd Color CSS Codes

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

#dcacdd Text Font Color

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

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


#dcacdd Background Color

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

This div background color is #dcacdd


#dcacdd Border Color

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

This div border color is #dcacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacdd


Comments

No comments written yet.

Please login to write comment.