#D1A3CD

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

Shades of Lilac #D1A3CD

Tints of Lilac #D1A3CD

Color information

#D1A3CD (or 0xD1A3CD) is unknown color: approx Lilac. HEX triplet: D1, A3 and CD. RGB value is (209,163,205). Sum of RGB (Red+Green+Blue) = 209+163+205=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 163 (64.06% from 255 or 28.25% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A3CD is #2E5C32. Grayscale: #B5B5B5. Windows color (decimal): -3038259 or 13476817. OLE color: 13476817.

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

Color convert

RGB209163205-
CMYK00.220.020.18
HSL305.22º33.33%72.94%-
HSV(B)305.22º22.01%81.96%-
XYZ50.4144.1663.62-
YUV181.54141.24147.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 163 (64.06% from 255) = 28.25%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=36.22%
G=28.25%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916320500.220.020.18305.2233.3372.94
HexD1A3CD0162121312149
Octal32124331502622246141111
Binary11010001101000111100110101011010100101001100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A3CD; }

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

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

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

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

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

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

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

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