#D49EC7

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

Shades of Lilac #D49EC7

Tints of Lilac #D49EC7

Color information

#D49EC7 (or 0xD49EC7) is unknown color: approx Lilac. HEX triplet: D4, 9E and C7. RGB value is (212,158,199). Sum of RGB (Red+Green+Blue) = 212+158+199=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EC7 is #2B6138. Grayscale: #B2B2B2. Windows color (decimal): -2842937 or 13082324. OLE color: 13082324.

HSL color Cylindrical-coordinate representation of color #D49EC7: hue angle of 314.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49EC7 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212158199-
CMYK00.250.060.17
HSL314.44º38.57%72.55%-
HSV(B)314.44º25.47%83.14%-
XYZ49.6942.5759.63-
YUV178.82139.39151.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 158 (62.11% from 255) = 27.77%
BLUE value IS 199 (78.12% from 255) = 34.97%
R=37.26%
G=27.77%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215819900.250.060.17314.4438.5772.55
HexD49EC701961113a2749
Octal32423630703162147247111
Binary110101001001111011000111011001110100011001110101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EC7; }

 p { color: rgb(212,158,199); }

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

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

 a { background-color: rgb(212,158,199); }

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

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

 span { border-color: rgb(212,158,199); }

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