#D7ABD1

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

Shades of French Lilac #D7ABD1

Tints of French Lilac #D7ABD1

Color information

#D7ABD1 (or 0xD7ABD1) is unknown color: approx French Lilac. HEX triplet: D7, AB and D1. RGB value is (215,171,209). Sum of RGB (Red+Green+Blue) = 215+171+209=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABD1 is #28542E. Grayscale: #BCBCBC. Windows color (decimal): -2642991 or 13741015. OLE color: 13741015.

HSL color Cylindrical-coordinate representation of color #D7ABD1: hue angle of 308.18º 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 #D7ABD1 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215171209-
CMYK00.200.030.16
HSL308.18º35.48%75.69%-
HSV(B)308.18º20.47%84.31%-
XYZ54.148.1866.77-
YUV188.49139.58146.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=36.13%
G=28.74%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517120900.200.030.16308.1835.4875.69
HexD7ABD1014310134234c
Octal32725332102432046443114
Binary11010111101010111101000101010011100001001101001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABD1; }

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

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

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

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

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

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

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

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