Color Hex Logo

#d9aedd Color Hex

#D9AEDD
(217,174,221)
0 Favorites   0 Comments

Color spaces of #d9aedd

RGB 217174221
HSL0.820.410.77
HSV295°21°87°
CMYK 0.020.210.00   0.13
XYZ56.802550.244375.1109
Yxy50.24430.31180.2758
Hunter Lab70.883218.9959-13.2080
CIE-Lab76.219023.6637-17.7185

#d9aedd color RGB value is (217,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 11011101
Octal 331 256 335
Decimal 217 174 221
Hex D9 AE DD

RGB Percentages of Color #d9aedd

%35.46
%28.43
%36.11

CMYK Percentages of Color #d9aedd

%2
%21
%0
%13

Triadic Colors of #d9aedd

#d9aedd #ddd9ae #aeddd9

Analogous Colors of #d9aedd

#d9aedd #ddaeca #c2aedd

Monochromatic Colors of #d9aedd

#d9aedd

Complementary Color

#d9aedd #b2ddae

#d9aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9aedd Color CSS Codes

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

#d9aedd Text Font Color

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

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


#d9aedd Background Color

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

This div background color is #d9aedd


#d9aedd Border Color

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

This div border color is #d9aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9aedd


Comments

No comments written yet.

Please login to write comment.