#D7BAC3

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

Shades of Melanie #D7BAC3

Tints of Melanie #D7BAC3

Color information

#D7BAC3 (or 0xD7BAC3) is unknown color: approx Melanie. HEX triplet: D7, BA and C3. RGB value is (215,186,195). Sum of RGB (Red+Green+Blue) = 215+186+195=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC3 is #28453C. Grayscale: #C3C3C3. Windows color (decimal): -2639165 or 12827351. OLE color: 12827351.

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

Color convert

RGB215186195-
CMYK00.130.090.16
HSL341.38º26.61%78.63%-
HSV(B)341.38º13.49%84.31%-
XYZ55.4353.5159.04-
YUV195.7127.61141.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 195 (76.56% from 255) = 32.72%
R=36.07%
G=31.21%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518619500.130.090.16341.3826.6178.63
HexD7BAC30D9101551b4f
Octal327272303015112052533117
Binary11010111101110101100001101101100110000101010101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAC3; }

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

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

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

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

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

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

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

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