#D4AACE

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

Shades of Lilac #D4AACE

Tints of Lilac #D4AACE

Color information

#D4AACE (or 0xD4AACE) is unknown color: approx Lilac. HEX triplet: D4, AA and CE. RGB value is (212,170,206). Sum of RGB (Red+Green+Blue) = 212+170+206=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AACE is #2B5531. Grayscale: #BABABA. Windows color (decimal): -2839858 or 13544148. OLE color: 13544148.

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

Color convert

RGB212170206-
CMYK00.200.030.17
HSL308.57º32.81%74.9%-
HSV(B)308.57º19.81%83.14%-
XYZ52.6747.264.73-
YUV186.66138.91146.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=36.05%
G=28.91%
B=35.03%

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
Decimal21217020600.200.030.17308.5732.8174.9
HexD4AACE014311135214b
Octal32425231602432146541113
Binary11010100101010101100111001010011100011001101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AACE; }

 p { color: rgb(212,170,206); }

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

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

 a { background-color: rgb(212,170,206); }

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

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

 span { border-color: rgb(212,170,206); }

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