#D4A9CD

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

Shades of Lilac #D4A9CD

Tints of Lilac #D4A9CD

Color information

#D4A9CD (or 0xD4A9CD) is unknown color: approx Lilac. HEX triplet: D4, A9 and CD. RGB value is (212,169,205). Sum of RGB (Red+Green+Blue) = 212+169+205=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A9CD is #2B5632. Grayscale: #B9B9B9. Windows color (decimal): -2840115 or 13478356. OLE color: 13478356.

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

Color convert

RGB212169205-
CMYK00.200.030.17
HSL309.77º33.33%74.71%-
HSV(B)309.77º20.28%83.14%-
XYZ52.3646.7864.03-
YUV185.96138.75146.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 169 (66.41% from 255) = 28.84%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=36.18%
G=28.84%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216920500.200.030.17309.7733.3374.71
HexD4A9CD014311136214b
Octal32425131502432146641113
Binary11010100101010011100110101010011100011001101101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A9CD; }

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

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

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

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

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

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

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

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