#D3AAD1

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

Shades of Lilac #D3AAD1

Tints of Lilac #D3AAD1

Color information

#D3AAD1 (or 0xD3AAD1) is unknown color: approx Lilac. HEX triplet: D3, AA and D1. RGB value is (211,170,209). Sum of RGB (Red+Green+Blue) = 211+170+209=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AAD1 is #2C552E. Grayscale: #BABABA. Windows color (decimal): -2905391 or 13740755. OLE color: 13740755.

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

Color convert

RGB211170209-
CMYK00.190.010.17
HSL302.93º31.78%74.71%-
HSV(B)302.93º19.43%82.75%-
XYZ52.7547.266.65-
YUV186.7140.58145.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=35.76%
G=28.81%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117020900.190.010.17302.9331.7874.71
HexD3AAD101311112f204b
Octal32325232102312145740113
Binary1101001110101010110100010100111100011001011111000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AAD1; }

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

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

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

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

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

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

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

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