#D7ABD2

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

Shades of French Lilac #D7ABD2

Tints of French Lilac #D7ABD2

Color information

#D7ABD2 (or 0xD7ABD2) is unknown color: approx French Lilac. HEX triplet: D7, AB and D2. RGB value is (215,171,210). Sum of RGB (Red+Green+Blue) = 215+171+210=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABD2 is #28542D. Grayscale: #BCBCBC. Windows color (decimal): -2642990 or 13806551. OLE color: 13806551.

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

Color convert

RGB215171210-
CMYK00.200.020.16
HSL306.82º35.48%75.69%-
HSV(B)306.82º20.47%84.31%-
XYZ54.2248.2367.42-
YUV188.6140.08146.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 171 (67.19% from 255) = 28.69%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=36.07%
G=28.69%
B=35.23%

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
Decimal21517121000.200.020.16306.8235.4875.69
HexD7ABD2014210133234c
Octal32725332202422046343114
Binary11010111101010111101001001010010100001001100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABD2; }

 p { color: rgb(215,171,210); }

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

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

 a { background-color: rgb(215,171,210); }

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

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

 span { border-color: rgb(215,171,210); }

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