#D3AACE

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

Shades of Lilac #D3AACE

Tints of Lilac #D3AACE

Color information

#D3AACE (or 0xD3AACE) is unknown color: approx Lilac. HEX triplet: D3, AA and CE. RGB value is (211,170,206). Sum of RGB (Red+Green+Blue) = 211+170+206=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AACE is #2C5531. Grayscale: #BABABA. Windows color (decimal): -2905394 or 13544147. OLE color: 13544147.

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

Color convert

RGB211170206-
CMYK00.190.020.17
HSL307.32º31.78%74.71%-
HSV(B)307.32º19.43%82.75%-
XYZ52.3847.0564.71-
YUV186.36139.08145.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=35.95%
G=28.96%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117020600.190.020.17307.3231.7874.71
HexD3AACE013211133204b
Octal32325231602322146340113
Binary11010011101010101100111001001110100011001100111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AACE; }

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

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

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

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

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

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

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

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