#D9ADCE

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

Shades of French Lilac #D9ADCE

Tints of French Lilac #D9ADCE

Color information

#D9ADCE (or 0xD9ADCE) is unknown color: approx French Lilac. HEX triplet: D9, AD and CE. RGB value is (217,173,206). Sum of RGB (Red+Green+Blue) = 217+173+206=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADCE is #265231. Grayscale: #BDBDBD. Windows color (decimal): -2511410 or 13544921. OLE color: 13544921.

HSL color Cylindrical-coordinate representation of color #D9ADCE: hue angle of 315º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9ADCE is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217173206-
CMYK00.200.050.15
HSL315º36.67%76.47%-
HSV(B)315º20.28%85.1%-
XYZ54.749.164.99-
YUV189.92137.08147.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.41%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=36.41%
G=29.03%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717320600.200.050.1531536.6776.47
HexD9ADCE0145F13b254c
Octal33125531602451747345114
Binary11011001101011011100111001010010111111001110111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADCE; }

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

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

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

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

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

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

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

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