#D9B9BE

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

Shades of Melanie #D9B9BE

Tints of Melanie #D9B9BE

Color information

#D9B9BE (or 0xD9B9BE) is unknown color: approx Melanie. HEX triplet: D9, B9 and BE. RGB value is (217,185,190). Sum of RGB (Red+Green+Blue) = 217+185+190=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B9BE is #264641. Grayscale: #C3C3C3. Windows color (decimal): -2508354 or 12499417. OLE color: 12499417.

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

Color convert

RGB217185190-
CMYK00.150.120.15
HSL350.62º29.63%78.82%-
HSV(B)350.62º14.75%85.1%-
XYZ55.2653.1756.07-
YUV195.14125.1143.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.66%
GREEN value IS 185 (72.66% from 255) = 31.25%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=36.66%
G=31.25%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718519000.150.120.15350.6229.6378.82
HexD9B9BE0FCF15f1e4f
Octal331271276017141753736117
Binary1101100110111001101111100111111001111101011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9BE; }

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

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

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

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

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

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

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

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