#D9B1BB

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

Shades of Melanie #D9B1BB

Tints of Melanie #D9B1BB

Color information

#D9B1BB (or 0xD9B1BB) is unknown color: approx Melanie. HEX triplet: D9, B1 and BB. RGB value is (217,177,187). Sum of RGB (Red+Green+Blue) = 217+177+187=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1BB is #264E44. Grayscale: #BEBEBE. Windows color (decimal): -2510405 or 12300761. OLE color: 12300761.

HSL color Cylindrical-coordinate representation of color #D9B1BB: hue angle of 345º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B1BB is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217177187-
CMYK00.180.140.15
HSL345º34.48%77.25%-
HSV(B)345º18.43%85.1%-
XYZ53.3149.7853.81-
YUV190.1126.25147.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.35%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=37.35%
G=30.46%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717718700.180.140.1534534.4877.25
HexD9B1BB012EF159224d
Octal331261273022161753142115
Binary110110011011000110111011010010111011111010110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1BB; }

 p { color: rgb(217,177,187); }

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

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

 a { background-color: rgb(217,177,187); }

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

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

 span { border-color: rgb(217,177,187); }

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