#D49ABE

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

Shades of Lily #D49ABE

Tints of Lily #D49ABE

Color information

#D49ABE (or 0xD49ABE) is unknown color: approx Lily. HEX triplet: D4, 9A and BE. RGB value is (212,154,190). Sum of RGB (Red+Green+Blue) = 212+154+190=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ABE is #2B6541. Grayscale: #AFAFAF. Windows color (decimal): -2843970 or 12491476. OLE color: 12491476.

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

Color convert

RGB212154190-
CMYK00.270.100.17
HSL322.76º40.28%71.76%-
HSV(B)322.76º27.36%83.14%-
XYZ4840.8354.07-
YUV175.45136.22154.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=38.13%
G=27.70%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215419000.270.100.17322.7640.2871.76
HexD49ABE01BA111432848
Octal324232276033122150350110
Binary1101010010011010101111100110111010100011010000111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49ABE; }

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

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

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

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

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

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

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

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