#D9B0BE

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

Shades of Melanie #D9B0BE

Tints of Melanie #D9B0BE

Color information

#D9B0BE (or 0xD9B0BE) is unknown color: approx Melanie. HEX triplet: D9, B0 and BE. RGB value is (217,176,190). Sum of RGB (Red+Green+Blue) = 217+176+190=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0BE is #264F41. Grayscale: #BDBDBD. Windows color (decimal): -2510658 or 12497113. OLE color: 12497113.

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

Color convert

RGB217176190-
CMYK00.190.120.15
HSL339.51º35.04%77.06%-
HSV(B)339.51º18.89%85.1%-
XYZ53.4349.5255.46-
YUV189.86128.08147.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=37.22%
G=30.19%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717619000.190.120.15339.5135.0477.06
HexD9B0BE013CF154234d
Octal331260276023141752443115
Binary110110011011000010111110010011110011111010101001000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B0BE; }

 p { color: rgb(217,176,190); }

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

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

 a { background-color: rgb(217,176,190); }

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

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

 span { border-color: rgb(217,176,190); }

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