#D9A4CC

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

Shades of French Lilac #D9A4CC

Tints of French Lilac #D9A4CC

Color information

#D9A4CC (or 0xD9A4CC) is unknown color: approx French Lilac. HEX triplet: D9, A4 and CC. RGB value is (217,164,204). Sum of RGB (Red+Green+Blue) = 217+164+204=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A4CC is #265B33. Grayscale: #B8B8B8. Windows color (decimal): -2513716 or 13411545. OLE color: 13411545.

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

Color convert

RGB217164204-
CMYK00.240.060.15
HSL314.72º41.09%74.71%-
HSV(B)314.72º24.42%85.1%-
XYZ52.7945.6663.16-
YUV184.41139.06151.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 164 (64.45% from 255) = 28.03%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=37.09%
G=28.03%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716420400.240.060.15314.7241.0974.71
HexD9A4CC0186F13b294b
Octal33124431403061747351113
Binary11011001101001001100110001100011011111001110111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4CC; }

 p { color: rgb(217,164,204); }

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

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

 a { background-color: rgb(217,164,204); }

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

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

 span { border-color: rgb(217,164,204); }

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