#D0AACA

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

Shades of Lilac #D0AACA

Tints of Lilac #D0AACA

Color information

#D0AACA (or 0xD0AACA) is unknown color: approx Lilac. HEX triplet: D0, AA and CA. RGB value is (208,170,202). Sum of RGB (Red+Green+Blue) = 208+170+202=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AACA is #2F5535. Grayscale: #B8B8B8. Windows color (decimal): -3102006 or 13282000. OLE color: 13282000.

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

Color convert

RGB208170202-
CMYK00.180.030.18
HSL309.47º28.79%74.12%-
HSV(B)309.47º18.27%81.57%-
XYZ51.0546.4262.15-
YUV185.01137.59144.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 170 (66.80% from 255) = 29.31%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=35.86%
G=29.31%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817020200.180.030.18309.4728.7974.12
HexD0AACA0123121351d4a
Octal32025231202232246535112
Binary1101000010101010110010100100101110010100110101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AACA; }

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

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

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

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

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

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

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

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