#D1A0CD

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

Shades of Lilac #D1A0CD

Tints of Lilac #D1A0CD

Color information

#D1A0CD (or 0xD1A0CD) is unknown color: approx Lilac. HEX triplet: D1, A0 and CD. RGB value is (209,160,205). Sum of RGB (Red+Green+Blue) = 209+160+205=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A0CD is #2E5F32. Grayscale: #B3B3B3. Windows color (decimal): -3039027 or 13476049. OLE color: 13476049.

HSL color Cylindrical-coordinate representation of color #D1A0CD: hue angle of 304.9º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A0CD is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209160205-
CMYK00.230.020.18
HSL304.9º34.75%72.35%-
HSV(B)304.9º23.44%81.96%-
XYZ49.8843.163.45-
YUV179.78142.23148.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.41%
GREEN value IS 160 (62.89% from 255) = 27.87%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=36.41%
G=27.87%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916020500.230.020.18304.934.7572.35
HexD1A0CD0172121312348
Octal32124031502722246143110
Binary11010001101000001100110101011110100101001100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A0CD; }

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

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

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

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

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

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

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

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