#D8ABD5

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

Shades of French Lilac #D8ABD5

Tints of French Lilac #D8ABD5

Color information

#D8ABD5 (or 0xD8ABD5) is unknown color: approx French Lilac. HEX triplet: D8, AB and D5. RGB value is (216,171,213). Sum of RGB (Red+Green+Blue) = 216+171+213=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABD5 is #27542A. Grayscale: #BDBDBD. Windows color (decimal): -2577451 or 14003160. OLE color: 14003160.

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

Color convert

RGB216171213-
CMYK00.210.010.15
HSL304º36.59%75.88%-
HSV(B)304º20.83%84.71%-
XYZ54.8948.5369.42-
YUV189.24141.41147.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 213 (83.59% from 255) = 35.5%
R=36%
G=28.5%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617121300.210.010.1530436.5975.88
HexD8ABD50151F130254c
Octal33025332502511746045114
Binary110110001010101111010101010101111111001100001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABD5; }

 p { color: rgb(216,171,213); }

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

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

 a { background-color: rgb(216,171,213); }

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

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

 span { border-color: rgb(216,171,213); }

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