#D9AACF

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

Shades of French Lilac #D9AACF

Tints of French Lilac #D9AACF

Color information

#D9AACF (or 0xD9AACF) is unknown color: approx French Lilac. HEX triplet: D9, AA and CF. RGB value is (217,170,207). Sum of RGB (Red+Green+Blue) = 217+170+207=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AACF is #265530. Grayscale: #BCBCBC. Windows color (decimal): -2512177 or 13609689. OLE color: 13609689.

HSL color Cylindrical-coordinate representation of color #D9AACF: hue angle of 312.77º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AACF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217170207-
CMYK00.220.050.15
HSL312.77º38.21%75.88%-
HSV(B)312.77º21.66%85.1%-
XYZ54.2548.0165.44-
YUV188.27138.57148.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=36.53%
G=28.62%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717020700.220.050.15312.7738.2175.88
HexD9AACF0165F139264c
Octal33125231702651747146114
Binary11011001101010101100111101011010111111001110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AACF; }

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

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

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

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

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

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

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

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