#D4AACF

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

Shades of Lilac #D4AACF

Tints of Lilac #D4AACF

Color information

#D4AACF (or 0xD4AACF) is unknown color: approx Lilac. HEX triplet: D4, AA and CF. RGB value is (212,170,207). Sum of RGB (Red+Green+Blue) = 212+170+207=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AACF is #2B5530. Grayscale: #BABABA. Windows color (decimal): -2839857 or 13609684. OLE color: 13609684.

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

Color convert

RGB212170207-
CMYK00.200.020.17
HSL307.14º32.81%74.9%-
HSV(B)307.14º19.81%83.14%-
XYZ52.7947.2565.37-
YUV186.78139.41145.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.99%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=35.99%
G=28.86%
B=35.14%

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
Decimal21217020700.200.020.17307.1432.8174.9
HexD4AACF014211133214b
Octal32425231702422146341113
Binary11010100101010101100111101010010100011001100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AACF; }

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

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

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

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

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

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

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

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