#D9A9CD

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

Shades of French Lilac #D9A9CD

Tints of French Lilac #D9A9CD

Color information

#D9A9CD (or 0xD9A9CD) is unknown color: approx French Lilac. HEX triplet: D9, A9 and CD. RGB value is (217,169,205). Sum of RGB (Red+Green+Blue) = 217+169+205=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9CD is #265632. Grayscale: #BBBBBB. Windows color (decimal): -2512435 or 13478361. OLE color: 13478361.

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

Color convert

RGB217169205-
CMYK00.220.060.15
HSL315º38.71%75.69%-
HSV(B)315º22.12%85.1%-
XYZ53.8247.5464.1-
YUV187.46137.9149.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.72%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=36.72%
G=28.60%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716920500.220.060.1531538.7175.69
HexD9A9CD0166F13b274c
Octal33125131502661747347114
Binary11011001101010011100110101011011011111001110111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9CD; }

 p { color: rgb(217,169,205); }

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

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

 a { background-color: rgb(217,169,205); }

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

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

 span { border-color: rgb(217,169,205); }

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