#D0A3CD

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

Shades of Lilac #D0A3CD

Tints of Lilac #D0A3CD

Color information

#D0A3CD (or 0xD0A3CD) is unknown color: approx Lilac. HEX triplet: D0, A3 and CD. RGB value is (208,163,205). Sum of RGB (Red+Green+Blue) = 208+163+205=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3CD is #2F5C32. Grayscale: #B5B5B5. Windows color (decimal): -3103795 or 13476816. OLE color: 13476816.

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

Color convert

RGB208163205-
CMYK00.220.010.18
HSL304º32.37%72.75%-
HSV(B)304º21.63%81.57%-
XYZ50.1344.0163.61-
YUV181.24141.41147.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 163 (64.06% from 255) = 28.30%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=36.11%
G=28.30%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816320500.220.010.1830432.3772.75
HexD0A3CD0161121302049
Octal32024331502612246040111
Binary1101000010100011110011010101101100101001100001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A3CD; }

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

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

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

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

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

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

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

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