#D8ABCD

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

Shades of French Lilac #D8ABCD

Tints of French Lilac #D8ABCD

Color information

#D8ABCD (or 0xD8ABCD) is unknown color: approx French Lilac. HEX triplet: D8, AB and CD. RGB value is (216,171,205). Sum of RGB (Red+Green+Blue) = 216+171+205=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABCD is #275432. Grayscale: #BCBCBC. Windows color (decimal): -2577459 or 13478872. OLE color: 13478872.

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

Color convert

RGB216171205-
CMYK00.210.050.15
HSL314.67º36.59%75.88%-
HSV(B)314.67º20.83%84.71%-
XYZ53.948.1364.21-
YUV188.33137.41147.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.49%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=36.49%
G=28.89%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617120500.210.050.15314.6736.5975.88
HexD8ABCD0155F13b254c
Octal33025331502551747345114
Binary11011000101010111100110101010110111111001110111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABCD; }

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

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

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

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

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

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

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

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