#D49ABC

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

Shades of Lily #D49ABC

Tints of Lily #D49ABC

Color information

#D49ABC (or 0xD49ABC) is unknown color: approx Lily. HEX triplet: D4, 9A and BC. RGB value is (212,154,188). Sum of RGB (Red+Green+Blue) = 212+154+188=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D49ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ABC is #2B6543. Grayscale: #AFAFAF. Windows color (decimal): -2843972 or 12360404. OLE color: 12360404.

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

Color convert

RGB212154188-
CMYK00.270.110.17
HSL324.83º40.28%71.76%-
HSV(B)324.83º27.36%83.14%-
XYZ47.7840.7452.92-
YUV175.22135.22154.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 188 (73.83% from 255) = 33.94%
R=38.27%
G=27.80%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215418800.270.110.17324.8340.2871.76
HexD49ABC01BB111452848
Octal324232274033132150550110
Binary1101010010011010101111000110111011100011010001011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49ABC; }

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

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

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

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

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

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

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

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