#D1B5BE

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

Shades of Melanie #D1B5BE

Tints of Melanie #D1B5BE

Color information

#D1B5BE (or 0xD1B5BE) is unknown color: approx Melanie. HEX triplet: D1, B5 and BE. RGB value is (209,181,190). Sum of RGB (Red+Green+Blue) = 209+181+190=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B5BE is #2E4A41. Grayscale: #BEBEBE. Windows color (decimal): -3033666 or 12498385. OLE color: 12498385.

HSL color Cylindrical-coordinate representation of color #D1B5BE: hue angle of 340.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1B5BE is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209181190-
CMYK00.130.090.18
HSL340.71º23.33%76.47%-
HSV(B)340.71º13.4%81.96%-
XYZ52.1150.3255.68-
YUV190.4127.78141.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.03%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=36.03%
G=31.21%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918119000.130.090.18340.7123.3376.47
HexD1B5BE0D912155174c
Octal321265276015112252527114
Binary11010001101101011011111001101100110010101010101101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B5BE; }

 p { color: rgb(209,181,190); }

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

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

 a { background-color: rgb(209,181,190); }

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

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

 span { border-color: rgb(209,181,190); }

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