#D49EBB

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

Shades of Lily #D49EBB

Tints of Lily #D49EBB

Color information

#D49EBB (or 0xD49EBB) is unknown color: approx Lily. HEX triplet: D4, 9E and BB. RGB value is (212,158,187). Sum of RGB (Red+Green+Blue) = 212+158+187=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D49EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49EBB is #2B6144. Grayscale: #B1B1B1. Windows color (decimal): -2842949 or 12295892. OLE color: 12295892.

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

Color convert

RGB212158187-
CMYK00.250.120.17
HSL327.78º38.57%72.55%-
HSV(B)327.78º25.47%83.14%-
XYZ48.3542.0452.58-
YUV177.45133.39152.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=38.06%
G=28.37%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215818700.250.120.17327.7838.5772.55
HexD49EBB019C111482749
Octal324236273031142151047111
Binary1101010010011110101110110110011100100011010010001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49EBB; }

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

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

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

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

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

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

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

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