#D7ABCC

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

Shades of French Lilac #D7ABCC

Tints of French Lilac #D7ABCC

Color information

#D7ABCC (or 0xD7ABCC) is unknown color: approx French Lilac. HEX triplet: D7, AB and CC. RGB value is (215,171,204). Sum of RGB (Red+Green+Blue) = 215+171+204=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABCC is #285433. Grayscale: #BBBBBB. Windows color (decimal): -2642996 or 13413335. OLE color: 13413335.

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

Color convert

RGB215171204-
CMYK00.200.050.16
HSL315º35.48%75.69%-
HSV(B)315º20.47%84.31%-
XYZ53.4947.9363.56-
YUV187.92137.08147.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.44%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=36.44%
G=28.98%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517120400.200.050.1631535.4875.69
HexD7ABCC01451013b234c
Octal32725331402452047343114
Binary110101111010101111001100010100101100001001110111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABCC; }

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

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

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

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

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

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

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

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