#D49BBA

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

Shades of Lily #D49BBA

Tints of Lily #D49BBA

Color information

#D49BBA (or 0xD49BBA) is unknown color: approx Lily. HEX triplet: D4, 9B and BA. RGB value is (212,155,186). Sum of RGB (Red+Green+Blue) = 212+155+186=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BBA is #2B6445. Grayscale: #AFAFAF. Windows color (decimal): -2843718 or 12229588. OLE color: 12229588.

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

Color convert

RGB212155186-
CMYK00.270.120.17
HSL327.37º39.86%71.96%-
HSV(B)327.37º26.89%83.14%-
XYZ47.7440.9851.85-
YUV175.58133.88153.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=38.34%
G=28.03%
B=33.63%

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
Decimal21215518600.270.120.17327.3739.8671.96
HexD49BBA01BC111472848
Octal324233272033142150750110
Binary1101010010011011101110100110111100100011010001111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BBA; }

 p { color: rgb(212,155,186); }

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

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

 a { background-color: rgb(212,155,186); }

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

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

 span { border-color: rgb(212,155,186); }

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