#D9AECF

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

Shades of French Lilac #D9AECF

Tints of French Lilac #D9AECF

Color information

#D9AECF (or 0xD9AECF) is unknown color: approx French Lilac. HEX triplet: D9, AE and CF. RGB value is (217,174,207). Sum of RGB (Red+Green+Blue) = 217+174+207=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AECF is #265130. Grayscale: #BEBEBE. Windows color (decimal): -2511153 or 13610713. OLE color: 13610713.

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

Color convert

RGB217174207-
CMYK00.200.050.15
HSL313.95º36.13%76.67%-
HSV(B)313.95º19.82%85.1%-
XYZ55.0149.5365.69-
YUV190.62137.25146.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=36.29%
G=29.10%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717420700.200.050.15313.9536.1376.67
HexD9AECF0145F13a244d
Octal33125631702451747244115
Binary11011001101011101100111101010010111111001110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AECF; }

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

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

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

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

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

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

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

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