#D0A3CF

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

Shades of Lilac #D0A3CF

Tints of Lilac #D0A3CF

Color information

#D0A3CF (or 0xD0A3CF) is unknown color: approx Lilac. HEX triplet: D0, A3 and CF. RGB value is (208,163,207). Sum of RGB (Red+Green+Blue) = 208+163+207=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 163 (64.06% from 255 or 28.20% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3CF is #2F5C30. Grayscale: #B5B5B5. Windows color (decimal): -3103793 or 13607888. OLE color: 13607888.

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

Color convert

RGB208163207-
CMYK00.220.000.18
HSL301.33º32.37%72.75%-
HSV(B)301.33º21.63%81.57%-
XYZ50.3744.1164.89-
YUV181.47142.41146.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 163 (64.06% from 255) = 28.20%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=35.99%
G=28.20%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816320700.220.000.18301.3332.3772.75
HexD0A3CF01601212d2049
Octal32024331702602245540111
Binary1101000010100011110011110101100100101001011011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A3CF; }

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

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

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

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

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

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

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

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