#D9ADD0

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

Shades of French Lilac #D9ADD0

Tints of French Lilac #D9ADD0

Color information

#D9ADD0 (or 0xD9ADD0) is unknown color: approx French Lilac. HEX triplet: D9, AD and D0. RGB value is (217,173,208). Sum of RGB (Red+Green+Blue) = 217+173+208=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD0 is #26522F. Grayscale: #BEBEBE. Windows color (decimal): -2511408 or 13675993. OLE color: 13675993.

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

Color convert

RGB217173208-
CMYK00.200.040.15
HSL312.27º36.67%76.47%-
HSV(B)312.27º20.28%85.1%-
XYZ54.9449.1966.27-
YUV190.15138.08147.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.29%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=36.29%
G=28.93%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717320800.200.040.15312.2736.6776.47
HexD9ADD00144F138254c
Octal33125532002441747045114
Binary11011001101011011101000001010010011111001110001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADD0; }

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

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

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

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

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

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

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

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