#D0A3C7

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

Shades of Lilac #D0A3C7

Tints of Lilac #D0A3C7

Color information

#D0A3C7 (or 0xD0A3C7) is unknown color: approx Lilac. HEX triplet: D0, A3 and C7. RGB value is (208,163,199). Sum of RGB (Red+Green+Blue) = 208+163+199=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3C7 is #2F5C38. Grayscale: #B4B4B4. Windows color (decimal): -3103801 or 13083600. OLE color: 13083600.

HSL color Cylindrical-coordinate representation of color #D0A3C7: hue angle of 312º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A3C7 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB208163199-
CMYK00.220.040.18
HSL312º32.37%72.75%-
HSV(B)312º21.63%81.57%-
XYZ49.4243.7359.87-
YUV180.56138.41147.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.49%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 199 (78.12% from 255) = 34.91%
R=36.49%
G=28.60%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816319900.220.040.1831232.3772.75
HexD0A3C70164121382049
Octal32024330702642247040111
Binary110100001010001111000111010110100100101001110001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A3C7; }

 p { color: rgb(208,163,199); }

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

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

 a { background-color: rgb(208,163,199); }

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

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

 span { border-color: rgb(208,163,199); }

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