#D9AED4

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

Shades of French Lilac #D9AED4

Tints of French Lilac #D9AED4

Color information

#D9AED4 (or 0xD9AED4) is unknown color: approx French Lilac. HEX triplet: D9, AE and D4. RGB value is (217,174,212). Sum of RGB (Red+Green+Blue) = 217+174+212=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AED4 is #26512B. Grayscale: #BFBFBF. Windows color (decimal): -2511148 or 13938393. OLE color: 13938393.

HSL color Cylindrical-coordinate representation of color #D9AED4: hue angle of 306.98º 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 #D9AED4 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217174212-
CMYK00.200.020.15
HSL306.98º36.13%76.67%-
HSV(B)306.98º19.82%85.1%-
XYZ55.6349.7868.96-
YUV191.19139.75146.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=35.99%
G=28.86%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717421200.200.020.15306.9836.1376.67
HexD9AED40142F133244d
Octal33125632402421746344115
Binary1101100110101110110101000101001011111001100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AED4; }

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

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

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

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

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

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

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

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