#D4A9D0

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

Shades of Lilac #D4A9D0

Tints of Lilac #D4A9D0

Color information

#D4A9D0 (or 0xD4A9D0) is unknown color: approx Lilac. HEX triplet: D4, A9 and D0. RGB value is (212,169,208). Sum of RGB (Red+Green+Blue) = 212+169+208=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A9D0 is #2B562F. Grayscale: #BABABA. Windows color (decimal): -2840112 or 13674964. OLE color: 13674964.

HSL color Cylindrical-coordinate representation of color #D4A9D0: hue angle of 305.58º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4A9D0 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB212169208-
CMYK00.200.020.17
HSL305.58º33.33%74.71%-
HSV(B)305.58º20.28%83.14%-
XYZ52.7246.9365.95-
YUV186.3140.25146.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=35.99%
G=28.69%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216920800.200.020.17305.5833.3374.71
HexD4A9D0014211132214b
Octal32425132002422146241113
Binary11010100101010011101000001010010100011001100101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A9D0; }

 p { color: rgb(212,169,208); }

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

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

 a { background-color: rgb(212,169,208); }

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

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

 span { border-color: rgb(212,169,208); }

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