#D7BABF

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

Shades of Melanie #D7BABF

Tints of Melanie #D7BABF

Color information

#D7BABF (or 0xD7BABF) is unknown color: approx Melanie. HEX triplet: D7, BA and BF. RGB value is (215,186,191). Sum of RGB (Red+Green+Blue) = 215+186+191=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BABF is #284540. Grayscale: #C3C3C3. Windows color (decimal): -2639169 or 12565207. OLE color: 12565207.

HSL color Cylindrical-coordinate representation of color #D7BABF: hue angle of 349.66º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BABF is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB215186191-
CMYK00.130.110.16
HSL349.66º26.61%78.63%-
HSV(B)349.66º13.49%84.31%-
XYZ54.9953.3356.69-
YUV195.24125.61142.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.32%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 191 (75% from 255) = 32.26%
R=36.32%
G=31.42%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518619100.130.110.16349.6626.6178.63
HexD7BABF0DB1015e1b4f
Octal327272277015132053633117
Binary11010111101110101011111101101101110000101011110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BABF; }

 p { color: rgb(215,186,191); }

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

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

 a { background-color: rgb(215,186,191); }

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

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

 span { border-color: rgb(215,186,191); }

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