#D9ABCE

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

Shades of French Lilac #D9ABCE

Tints of French Lilac #D9ABCE

Color information

#D9ABCE (or 0xD9ABCE) is unknown color: approx French Lilac. HEX triplet: D9, AB and CE. RGB value is (217,171,206). Sum of RGB (Red+Green+Blue) = 217+171+206=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABCE is #265431. Grayscale: #BCBCBC. Windows color (decimal): -2511922 or 13544409. OLE color: 13544409.

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

Color convert

RGB217171206-
CMYK00.210.050.15
HSL314.35º37.7%76.08%-
HSV(B)314.35º21.2%85.1%-
XYZ54.3248.3364.86-
YUV188.74137.74148.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.53%
GREEN value IS 171 (67.19% from 255) = 28.79%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=36.53%
G=28.79%
B=34.68%

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
Decimal21717120600.210.050.15314.3537.776.08
HexD9ABCE0155F13a264c
Octal33125331602551747246114
Binary11011001101010111100111001010110111111001110101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABCE; }

 p { color: rgb(217,171,206); }

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

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

 a { background-color: rgb(217,171,206); }

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

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

 span { border-color: rgb(217,171,206); }

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