#D49DBB

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

Shades of Lily #D49DBB

Tints of Lily #D49DBB

Color information

#D49DBB (or 0xD49DBB) is unknown color: approx Lily. HEX triplet: D4, 9D and BB. RGB value is (212,157,187). Sum of RGB (Red+Green+Blue) = 212+157+187=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DBB is #2B6244. Grayscale: #B0B0B0. Windows color (decimal): -2843205 or 12295636. OLE color: 12295636.

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

Color convert

RGB212157187-
CMYK00.260.120.17
HSL327.27º39.01%72.35%-
HSV(B)327.27º25.94%83.14%-
XYZ48.1841.752.52-
YUV176.86133.72153.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=38.13%
G=28.24%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215718700.260.120.17327.2739.0172.35
HexD49DBB01AC111472748
Octal324235273032142150747110
Binary1101010010011101101110110110101100100011010001111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DBB; }

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

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

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

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

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

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

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

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