#D49EBD

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

Shades of Lily #D49EBD

Tints of Lily #D49EBD

Color information

#D49EBD (or 0xD49EBD) is unknown color: approx Lily. HEX triplet: D4, 9E and BD. RGB value is (212,158,189). Sum of RGB (Red+Green+Blue) = 212+158+189=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EBD is #2B6142. Grayscale: #B1B1B1. Windows color (decimal): -2842947 or 12426964. OLE color: 12426964.

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

Color convert

RGB212158189-
CMYK00.250.110.17
HSL325.56º38.57%72.55%-
HSV(B)325.56º25.47%83.14%-
XYZ48.5642.1253.72-
YUV177.68134.39152.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=37.92%
G=28.26%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215818900.250.110.17325.5638.5772.55
HexD49EBD019B111462749
Octal324236275031132150647111
Binary1101010010011110101111010110011011100011010001101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EBD; }

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

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

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

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

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

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

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

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