#D8A9D3

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

Shades of French Lilac #D8A9D3

Tints of French Lilac #D8A9D3

Color information

#D8A9D3 (or 0xD8A9D3) is unknown color: approx French Lilac. HEX triplet: D8, A9 and D3. RGB value is (216,169,211). Sum of RGB (Red+Green+Blue) = 216+169+211=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9D3 is #27562C. Grayscale: #BBBBBB. Windows color (decimal): -2577965 or 13871576. OLE color: 13871576.

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

Color convert

RGB216169211-
CMYK00.220.020.15
HSL306.38º37.6%75.49%-
HSV(B)306.38º21.76%84.71%-
XYZ54.2647.6867.97-
YUV187.84141.07148.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.24%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 211 (82.81% from 255) = 35.40%
R=36.24%
G=28.36%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616921100.220.020.15306.3837.675.49
HexD8A9D30162F132264b
Octal33025132302621746246113
Binary1101100010101001110100110101101011111001100101001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A9D3; }

 p { color: rgb(216,169,211); }

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

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

 a { background-color: rgb(216,169,211); }

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

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

 span { border-color: rgb(216,169,211); }

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