#D49ABB

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

Shades of Lily #D49ABB

Tints of Lily #D49ABB

Color information

#D49ABB (or 0xD49ABB) is unknown color: approx Lily. HEX triplet: D4, 9A and BB. RGB value is (212,154,187). Sum of RGB (Red+Green+Blue) = 212+154+187=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ABB is #2B6544. Grayscale: #AFAFAF. Windows color (decimal): -2843973 or 12294868. OLE color: 12294868.

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

Color convert

RGB212154187-
CMYK00.270.120.17
HSL325.86º40.28%71.76%-
HSV(B)325.86º27.36%83.14%-
XYZ47.6840.752.36-
YUV175.1134.72154.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=38.34%
G=27.85%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215418700.270.120.17325.8640.2871.76
HexD49ABB01BC111462848
Octal324232273033142150650110
Binary1101010010011010101110110110111100100011010001101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49ABB; }

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

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

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

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

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

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

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

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