Color Hex Logo

#d9addf Color Hex

#D9ADDF
(217,173,223)
0 Favorites   0 Comments

Color spaces of #d9addf

RGB 217173223
HSL0.810.440.78
HSV293°22°87°
CMYK 0.030.220.00   0.13
XYZ56.878149.966676.4587
Yxy49.96660.31030.2726
Hunter Lab70.687119.9271-14.6501
CIE-Lab76.048824.5841-19.0627

#d9addf color RGB value is (217,173,223).

#d9addf hex color red value is 217, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d9addf hue: 0.81 , saturation: 0.44 and the lightness value of d9addf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101101 11011111
Octal 331 255 337
Decimal 217 173 223
Hex D9 AD DF

RGB Percentages of Color #d9addf

%35.40
%28.22
%36.38

CMYK Percentages of Color #d9addf

%3
%22
%0
%13

Triadic Colors of #d9addf

#d9addf #dfd9ad #addfd9

Analogous Colors of #d9addf

#d9addf #dfadcc #c0addf

Monochromatic Colors of #d9addf

#d9addf

Complementary Color

#d9addf #b3dfad

#d9addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9addf Color CSS Codes

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

#d9addf Text Font Color

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

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


#d9addf Background Color

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

This div background color is #d9addf


#d9addf Border Color

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

This div border color is #d9addf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,173,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d9addf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9addf

#d9addf Color Palettes


Comments

No comments written yet.

Please login to write comment.