#D3AACD

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

Shades of Lilac #D3AACD

Tints of Lilac #D3AACD

Color information

#D3AACD (or 0xD3AACD) is unknown color: approx Lilac. HEX triplet: D3, AA and CD. RGB value is (211,170,205). Sum of RGB (Red+Green+Blue) = 211+170+205=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AACD is #2C5532. Grayscale: #BABABA. Windows color (decimal): -2905395 or 13478611. OLE color: 13478611.

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

Color convert

RGB211170205-
CMYK00.190.030.17
HSL308.78º31.78%74.71%-
HSV(B)308.78º19.43%82.75%-
XYZ52.2647.0164.08-
YUV186.25138.58145.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.01%
GREEN value IS 170 (66.80% from 255) = 29.01%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=36.01%
G=29.01%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117020500.190.030.17308.7831.7874.71
HexD3AACD013311135204b
Octal32325231502332146540113
Binary11010011101010101100110101001111100011001101011000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AACD; }

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

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

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

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

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

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

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

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