#D7BAC2

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

Shades of Melanie #D7BAC2

Tints of Melanie #D7BAC2

Color information

#D7BAC2 (or 0xD7BAC2) is unknown color: approx Melanie. HEX triplet: D7, BA and C2. RGB value is (215,186,194). Sum of RGB (Red+Green+Blue) = 215+186+194=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC2 is #28453D. Grayscale: #C3C3C3. Windows color (decimal): -2639166 or 12761815. OLE color: 12761815.

HSL color Cylindrical-coordinate representation of color #D7BAC2: hue angle of 343.45º 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 #D7BAC2 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB215186194-
CMYK00.130.100.16
HSL343.45º26.61%78.63%-
HSV(B)343.45º13.49%84.31%-
XYZ55.3253.4658.44-
YUV195.58127.11141.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 194 (76.17% from 255) = 32.61%
R=36.13%
G=31.26%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518619400.130.100.16343.4526.6178.63
HexD7BAC20DA101571b4f
Octal327272302015122052733117
Binary11010111101110101100001001101101010000101010111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAC2; }

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

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

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

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

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

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

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

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