#D2B9BE

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

Shades of Melanie #D2B9BE

Tints of Melanie #D2B9BE

Color information

#D2B9BE (or 0xD2B9BE) is unknown color: approx Melanie. HEX triplet: D2, B9 and BE. RGB value is (210,185,190). Sum of RGB (Red+Green+Blue) = 210+185+190=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9BE is #2D4641. Grayscale: #C1C1C1. Windows color (decimal): -2967106 or 12499410. OLE color: 12499410.

HSL color Cylindrical-coordinate representation of color #D2B9BE: hue angle of 348º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2B9BE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210185190-
CMYK00.120.100.18
HSL348º21.74%77.45%-
HSV(B)348º11.9%82.35%-
XYZ53.2252.1255.97-
YUV193.04126.28140.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.90%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=35.90%
G=31.62%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018519000.120.100.1834821.7477.45
HexD2B9BE0CA1215c164d
Octal322271276014122253426115
Binary11010010101110011011111001100101010010101011100101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B9BE; }

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

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

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

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

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

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

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

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