#D1AECD

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

Shades of Lilac #D1AECD

Tints of Lilac #D1AECD

Color information

#D1AECD (or 0xD1AECD) is unknown color: approx Lilac. HEX triplet: D1, AE and CD. RGB value is (209,174,205). Sum of RGB (Red+Green+Blue) = 209+174+205=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AECD is #2E5132. Grayscale: #BBBBBB. Windows color (decimal): -3035443 or 13479633. OLE color: 13479633.

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

Color convert

RGB209174205-
CMYK00.170.020.18
HSL306.86º27.56%75.1%-
HSV(B)306.86º16.75%81.96%-
XYZ52.4548.2464.3-
YUV188137.6142.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.54%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=35.54%
G=29.59%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917420500.170.020.18306.8627.5675.1
HexD1AECD0112121331c4b
Octal32125631502122246334113
Binary1101000110101110110011010100011010010100110011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AECD; }

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

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

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

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

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

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

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

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