#D49DBA

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

Shades of Lily #D49DBA

Tints of Lily #D49DBA

Color information

#D49DBA (or 0xD49DBA) is unknown color: approx Lily. HEX triplet: D4, 9D and BA. RGB value is (212,157,186). Sum of RGB (Red+Green+Blue) = 212+157+186=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DBA is #2B6245. Grayscale: #B0B0B0. Windows color (decimal): -2843206 or 12230100. OLE color: 12230100.

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

Color convert

RGB212157186-
CMYK00.260.120.17
HSL328.36º39.01%72.35%-
HSV(B)328.36º25.94%83.14%-
XYZ48.0741.6651.96-
YUV176.75133.22153.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=38.20%
G=28.29%
B=33.51%

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
Decimal21215718600.260.120.17328.3639.0172.35
HexD49DBA01AC111482748
Octal324235272032142151047110
Binary1101010010011101101110100110101100100011010010001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DBA; }

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

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

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

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

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

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

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

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