#D49EBE

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

Shades of Lily #D49EBE

Tints of Lily #D49EBE

Color information

#D49EBE (or 0xD49EBE) is unknown color: approx Lily. HEX triplet: D4, 9E and BE. RGB value is (212,158,190). Sum of RGB (Red+Green+Blue) = 212+158+190=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EBE is #2B6141. Grayscale: #B1B1B1. Windows color (decimal): -2842946 or 12492500. OLE color: 12492500.

HSL color Cylindrical-coordinate representation of color #D49EBE: hue angle of 324.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 #D49EBE is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212158190-
CMYK00.250.100.17
HSL324.44º38.57%72.55%-
HSV(B)324.44º25.47%83.14%-
XYZ48.6742.1754.29-
YUV177.79134.89152.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 158 (62.11% from 255) = 28.21%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=37.86%
G=28.21%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215819000.250.100.17324.4438.5772.55
HexD49EBE019A111442749
Octal324236276031122150447111
Binary1101010010011110101111100110011010100011010001001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EBE; }

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

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

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

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

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

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

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

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