Color Hex Logo

#dccadd Color Hex

#DCCADD
(220,202,221)
0 Favorites   0 Comments

Color spaces of #dccadd

RGB 220202221
HSL0.820.220.83
HSV297°87°
CMYK 0.000.090.00   0.13
XYZ63.686962.677277.1479
Yxy62.67720.31290.3080
Hunter Lab79.16895.0475-2.3582
CIE-Lab83.27229.6318-7.1410

#dccadd color RGB value is (220,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 11011101
Octal 334 312 335
Decimal 220 202 221
Hex DC CA DD

RGB Percentages of Color #dccadd

%34.21
%31.42
%34.37

CMYK Percentages of Color #dccadd

%0
%9
%0
%13

Triadic Colors of #dccadd

#dccadd #dddcca #cadddc

Analogous Colors of #dccadd

#dccadd #ddcad5 #d3cadd

Monochromatic Colors of #dccadd

#dccadd

Complementary Color

#dccadd #cbddca

#dccadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccadd Color CSS Codes

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

#dccadd Text Font Color

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

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


#dccadd Background Color

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

This div background color is #dccadd


#dccadd Border Color

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

This div border color is #dccadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccadd


Comments

No comments written yet.

Please login to write comment.