#D49CBB

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

Shades of Lily #D49CBB

Tints of Lily #D49CBB

Color information

#D49CBB (or 0xD49CBB) is unknown color: approx Lily. HEX triplet: D4, 9C and BB. RGB value is (212,156,187). Sum of RGB (Red+Green+Blue) = 212+156+187=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CBB is #2B6344. Grayscale: #B0B0B0. Windows color (decimal): -2843461 or 12295380. OLE color: 12295380.

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

Color convert

RGB212156187-
CMYK00.260.120.17
HSL326.79º39.44%72.16%-
HSV(B)326.79º26.42%83.14%-
XYZ48.0141.3652.47-
YUV176.28134.05153.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=38.20%
G=28.11%
B=33.69%

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
Decimal21215618700.260.120.17326.7939.4472.16
HexD49CBB01AC111472748
Octal324234273032142150747110
Binary1101010010011100101110110110101100100011010001111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CBB; }

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

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

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

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

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

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

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

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