#D0A3CA

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

Shades of Lilac #D0A3CA

Tints of Lilac #D0A3CA

Color information

#D0A3CA (or 0xD0A3CA) is unknown color: approx Lilac. HEX triplet: D0, A3 and CA. RGB value is (208,163,202). Sum of RGB (Red+Green+Blue) = 208+163+202=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3CA is #2F5C35. Grayscale: #B4B4B4. Windows color (decimal): -3103798 or 13280208. OLE color: 13280208.

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

Color convert

RGB208163202-
CMYK00.220.030.18
HSL308º32.37%72.75%-
HSV(B)308º21.63%81.57%-
XYZ49.7743.8761.72-
YUV180.9139.91147.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=36.30%
G=28.45%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816320200.220.030.1830832.3772.75
HexD0A3CA0163121342049
Octal32024331202632246440111
Binary11010000101000111100101001011011100101001101001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A3CA; }

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

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

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

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

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

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

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

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