#D0AACD

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

Shades of Lilac #D0AACD

Tints of Lilac #D0AACD

Color information

#D0AACD (or 0xD0AACD) is unknown color: approx Lilac. HEX triplet: D0, AA and CD. RGB value is (208,170,205). Sum of RGB (Red+Green+Blue) = 208+170+205=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AACD is #2F5532. Grayscale: #B9B9B9. Windows color (decimal): -3102003 or 13478608. OLE color: 13478608.

HSL color Cylindrical-coordinate representation of color #D0AACD: hue angle of 304.74º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0AACD is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208170205-
CMYK00.180.010.18
HSL304.74º28.79%74.12%-
HSV(B)304.74º18.27%81.57%-
XYZ51.4146.5764.04-
YUV185.35139.09144.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 205 (80.47% from 255) = 35.16%
R=35.68%
G=29.16%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817020500.180.010.18304.7428.7974.12
HexD0AACD0121121311d4a
Octal32025231502212246135112
Binary110100001010101011001101010010110010100110001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AACD; }

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

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

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

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

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

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

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

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