#D9AED1

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

Shades of French Lilac #D9AED1

Tints of French Lilac #D9AED1

Color information

#D9AED1 (or 0xD9AED1) is unknown color: approx French Lilac. HEX triplet: D9, AE and D1. RGB value is (217,174,209). Sum of RGB (Red+Green+Blue) = 217+174+209=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AED1 is #26512E. Grayscale: #BEBEBE. Windows color (decimal): -2511151 or 13741785. OLE color: 13741785.

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

Color convert

RGB217174209-
CMYK00.200.040.15
HSL311.16º36.13%76.67%-
HSV(B)311.16º19.82%85.1%-
XYZ55.2649.6366.99-
YUV190.85138.25146.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.17%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=36.17%
G=29%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717420900.200.040.15311.1636.1376.67
HexD9AED10144F137244d
Octal33125632102441746744115
Binary11011001101011101101000101010010011111001101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AED1; }

 p { color: rgb(217,174,209); }

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

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

 a { background-color: rgb(217,174,209); }

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

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

 span { border-color: rgb(217,174,209); }

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