#D5ABD1

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

Shades of French Lilac #D5ABD1

Tints of French Lilac #D5ABD1

Color information

#D5ABD1 (or 0xD5ABD1) is unknown color: approx French Lilac. HEX triplet: D5, AB and D1. RGB value is (213,171,209). Sum of RGB (Red+Green+Blue) = 213+171+209=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABD1 is #2A542E. Grayscale: #BBBBBB. Windows color (decimal): -2774063 or 13741013. OLE color: 13741013.

HSL color Cylindrical-coordinate representation of color #D5ABD1: hue angle of 305.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5ABD1 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB213171209-
CMYK00.200.020.16
HSL305.71º33.33%75.29%-
HSV(B)305.71º19.72%83.53%-
XYZ53.5147.8866.74-
YUV187.89139.91145.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 209 (82.03% from 255) = 35.24%
R=35.92%
G=28.84%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317120900.200.020.16305.7133.3375.29
HexD5ABD1014210132214b
Octal32525332102422046241113
Binary11010101101010111101000101010010100001001100101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ABD1; }

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

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

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

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

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

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

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

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