#D9A6CD

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

Shades of French Lilac #D9A6CD

Tints of French Lilac #D9A6CD

Color information

#D9A6CD (or 0xD9A6CD) is unknown color: approx French Lilac. HEX triplet: D9, A6 and CD. RGB value is (217,166,205). Sum of RGB (Red+Green+Blue) = 217+166+205=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6CD is #265932. Grayscale: #B9B9B9. Windows color (decimal): -2513203 or 13477593. OLE color: 13477593.

HSL color Cylindrical-coordinate representation of color #D9A6CD: hue angle of 314.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A6CD is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217166205-
CMYK00.240.060.15
HSL314.12º40.16%75.1%-
HSV(B)314.12º23.5%85.1%-
XYZ53.2746.4363.91-
YUV185.7138.9150.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.90%
GREEN value IS 166 (65.23% from 255) = 28.23%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=36.90%
G=28.23%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716620500.240.060.15314.1240.1675.1
HexD9A6CD0186F13a284b
Octal33124631503061747250113
Binary11011001101001101100110101100011011111001110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6CD; }

 p { color: rgb(217,166,205); }

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

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

 a { background-color: rgb(217,166,205); }

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

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

 span { border-color: rgb(217,166,205); }

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