#D9AECE

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

Shades of French Lilac #D9AECE

Tints of French Lilac #D9AECE

Color information

#D9AECE (or 0xD9AECE) is unknown color: approx French Lilac. HEX triplet: D9, AE and CE. RGB value is (217,174,206). Sum of RGB (Red+Green+Blue) = 217+174+206=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AECE is #265131. Grayscale: #BEBEBE. Windows color (decimal): -2511154 or 13545177. OLE color: 13545177.

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

Color convert

RGB217174206-
CMYK00.200.050.15
HSL315.35º36.13%76.67%-
HSV(B)315.35º19.82%85.1%-
XYZ54.8949.4865.05-
YUV190.5136.75146.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.35%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=36.35%
G=29.15%
B=34.51%

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
Decimal21717420600.200.050.15315.3536.1376.67
HexD9AECE0145F13b244d
Octal33125631602451747344115
Binary11011001101011101100111001010010111111001110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AECE; }

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

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

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

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

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

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

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

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