#D9ADD6

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

Shades of French Lilac #D9ADD6

Tints of French Lilac #D9ADD6

Color information

#D9ADD6 (or 0xD9ADD6) is unknown color: approx French Lilac. HEX triplet: D9, AD and D6. RGB value is (217,173,214). Sum of RGB (Red+Green+Blue) = 217+173+214=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD6 is #265229. Grayscale: #BEBEBE. Windows color (decimal): -2511402 or 14069209. OLE color: 14069209.

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

Color convert

RGB217173214-
CMYK00.200.010.15
HSL304.09º36.67%76.47%-
HSV(B)304.09º20.28%85.1%-
XYZ55.749.4970.24-
YUV190.83141.08146.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.93%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=35.93%
G=28.64%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717321400.200.010.15304.0936.6776.47
HexD9ADD60141F130254c
Octal33125532602411746045114
Binary110110011010110111010110010100111111001100001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADD6; }

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

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

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

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

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

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

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

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