#D9ADD4

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

Shades of French Lilac #D9ADD4

Tints of French Lilac #D9ADD4

Color information

#D9ADD4 (or 0xD9ADD4) is unknown color: approx French Lilac. HEX triplet: D9, AD and D4. RGB value is (217,173,212). Sum of RGB (Red+Green+Blue) = 217+173+212=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADD4 is #26522B. Grayscale: #BEBEBE. Windows color (decimal): -2511404 or 13938137. OLE color: 13938137.

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

Color convert

RGB217173212-
CMYK00.200.020.15
HSL306.82º36.67%76.47%-
HSV(B)306.82º20.28%85.1%-
XYZ55.4449.3968.9-
YUV190.6140.08146.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 212 (83.20% from 255) = 35.22%
R=36.05%
G=28.74%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717321200.200.020.15306.8236.6776.47
HexD9ADD40142F133254c
Octal33125532402421746345114
Binary1101100110101101110101000101001011111001100111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADD4; }

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

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

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

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

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

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

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

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