Color Hex Logo

#d2addd Color Hex

#D2ADDD
(210,173,221)
0 Favorites   0 Comments

Color spaces of #d2addd

RGB 210173221
HSL0.800.410.77
HSV286°22°87°
CMYK 0.050.220.00   0.13
XYZ54.573148.809274.9514
Yxy48.80920.30600.2737
Hunter Lab69.863617.1719-14.7033
CIE-Lab75.332521.9012-19.1218

#d2addd color RGB value is (210,173,221).

#d2addd hex color red value is 210, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d2addd hue: 0.80 , saturation: 0.41 and the lightness value of d2addd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101101 11011101
Octal 322 255 335
Decimal 210 173 221
Hex D2 AD DD

RGB Percentages of Color #d2addd

%34.77
%28.64
%36.59

CMYK Percentages of Color #d2addd

%5
%22
%0
%13

Triadic Colors of #d2addd

#d2addd #ddd2ad #adddd2

Analogous Colors of #d2addd

#d2addd #ddadd0 #baaddd

Monochromatic Colors of #d2addd

#d2addd

Complementary Color

#d2addd #b8ddad

#d2addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2addd Color CSS Codes

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

#d2addd Text Font Color

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

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


#d2addd Background Color

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

This div background color is #d2addd


#d2addd Border Color

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

This div border color is #d2addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2addd


Comments

No comments written yet.

Please login to write comment.