#D0AACB

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

Shades of Lilac #D0AACB

Tints of Lilac #D0AACB

Color information

#D0AACB (or 0xD0AACB) is unknown color: approx Lilac. HEX triplet: D0, AA and CB. RGB value is (208,170,203). Sum of RGB (Red+Green+Blue) = 208+170+203=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AACB is #2F5534. Grayscale: #B9B9B9. Windows color (decimal): -3102005 or 13347536. OLE color: 13347536.

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

Color convert

RGB208170203-
CMYK00.180.020.18
HSL307.89º28.79%74.12%-
HSV(B)307.89º18.27%81.57%-
XYZ51.1746.4762.77-
YUV185.12138.09144.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=35.80%
G=29.26%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817020300.180.020.18307.8928.7974.12
HexD0AACB0122121341d4a
Octal32025231302222246435112
Binary1101000010101010110010110100101010010100110100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AACB; }

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

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

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

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

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

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

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

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