Color Hex Logo

#d9addd Color Hex

#D9ADDD
(217,173,221)
0 Favorites   0 Comments

Color spaces of #d9addd

RGB 217173221
HSL0.820.410.77
HSV295°22°87°
CMYK 0.020.220.00   0.13
XYZ56.610049.859375.0468
Yxy49.85930.31190.2747
Hunter Lab70.611119.5367-13.5867
CIE-Lab75.982824.2053-18.0754

#d9addd color RGB value is (217,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101101 11011101
Octal 331 255 335
Decimal 217 173 221
Hex D9 AD DD

RGB Percentages of Color #d9addd

%35.52
%28.31
%36.17

CMYK Percentages of Color #d9addd

%2
%22
%0
%13

Triadic Colors of #d9addd

#d9addd #ddd9ad #adddd9

Analogous Colors of #d9addd

#d9addd #ddadc9 #c1addd

Monochromatic Colors of #d9addd

#d9addd

Complementary Color

#d9addd #b1ddad

#d9addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9addd Color CSS Codes

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

#d9addd Text Font Color

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

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


#d9addd Background Color

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

This div background color is #d9addd


#d9addd Border Color

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

This div border color is #d9addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9addd


Comments

No comments written yet.

Please login to write comment.