#D0A6CD

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

Shades of Lilac #D0A6CD

Tints of Lilac #D0A6CD

Color information

#D0A6CD (or 0xD0A6CD) is unknown color: approx Lilac. HEX triplet: D0, A6 and CD. RGB value is (208,166,205). Sum of RGB (Red+Green+Blue) = 208+166+205=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6CD is #2F5932. Grayscale: #B6B6B6. Windows color (decimal): -3103027 or 13477584. OLE color: 13477584.

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

Color convert

RGB208166205-
CMYK00.200.010.18
HSL304.29º30.88%73.33%-
HSV(B)304.29º20.19%81.57%-
XYZ50.6745.0963.79-
YUV183140.41145.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 166 (65.23% from 255) = 28.67%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=35.92%
G=28.67%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816620500.200.010.18304.2930.8873.33
HexD0A6CD0141121301f49
Octal32024631502412246037111
Binary110100001010011011001101010100110010100110000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A6CD; }

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

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

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

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

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

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

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

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