#D9ADD7

Color #D9ADD7 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #D9ADD7

Tints of French Lilac #D9ADD7

Color information

#D9ADD7 (or 0xD9ADD7) is unknown color: approx French Lilac. HEX triplet: D9, AD and D7. RGB value is (217,173,215). Sum of RGB (Red+Green+Blue) = 217+173+215=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD7 is #265228. Grayscale: #BEBEBE. Windows color (decimal): -2511401 or 14134745. OLE color: 14134745.

HSL color Cylindrical-coordinate representation of color #D9ADD7: hue angle of 302.73º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADD7 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217173215-
CMYK00.200.010.15
HSL302.73º36.67%76.47%-
HSV(B)302.73º20.28%85.1%-
XYZ55.8249.5570.91-
YUV190.94141.58146.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=35.87%
G=28.60%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717321500.200.010.15302.7336.6776.47
HexD9ADD70141F12f254c
Octal33125532702411745745114
Binary110110011010110111010111010100111111001011111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADD7; }

 p { color: rgb(217,173,215); }

 H1.HeaderClassName
 {
   color: #D9ADD7;
 }
 .AnyTagClassName
 {
   color: #D9ADD7;
 }
</style>
background-color css

<style>
 a { background-color: #D9ADD7; }

 a { background-color: rgb(217,173,215); }

 div.DivClassName
 {
   background-color: #D9ADD7;
 }
 .BgClassName
 {
   background-color: #D9ADD7;
 }
</style>
border-color css

<style>
 span { border-color: #D9ADD7; }

 span { border-color: rgb(217,173,215); }

 td.TdClassName
 {
   border-color: #D9ADD7;
 }
 .TagClassName
 {
   border-color: #D9ADD7;
 }
</style>