#D1A8D0

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

Shades of Lilac #D1A8D0

Tints of Lilac #D1A8D0

Color information

#D1A8D0 (or 0xD1A8D0) is unknown color: approx Lilac. HEX triplet: D1, A8 and D0. RGB value is (209,168,208). Sum of RGB (Red+Green+Blue) = 209+168+208=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 168 (66.02% from 255 or 28.72% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8D0 is #2E572F. Grayscale: #B8B8B8. Windows color (decimal): -3036976 or 13674705. OLE color: 13674705.

HSL color Cylindrical-coordinate representation of color #D1A8D0: hue angle of 301.46º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1A8D0 is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB209168208-
CMYK00.200.000.18
HSL301.46º30.83%73.92%-
HSV(B)301.46º19.62%81.96%-
XYZ51.6846.1165.85-
YUV184.82141.08145.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 168 (66.02% from 255) = 28.72%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=35.73%
G=28.72%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916820800.200.000.18301.4630.8373.92
HexD1A8D001401212d1f4a
Octal32125032002402245537112
Binary110100011010100011010000010100010010100101101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A8D0; }

 p { color: rgb(209,168,208); }

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

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

 a { background-color: rgb(209,168,208); }

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

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

 span { border-color: rgb(209,168,208); }

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