#D7BAC1

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

Shades of Melanie #D7BAC1

Tints of Melanie #D7BAC1

Color information

#D7BAC1 (or 0xD7BAC1) is unknown color: approx Melanie. HEX triplet: D7, BA and C1. RGB value is (215,186,193). Sum of RGB (Red+Green+Blue) = 215+186+193=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BAC1 is #28453E. Grayscale: #C3C3C3. Windows color (decimal): -2639167 or 12696279. OLE color: 12696279.

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

Color convert

RGB215186193-
CMYK00.130.100.16
HSL345.52º26.61%78.63%-
HSV(B)345.52º13.49%84.31%-
XYZ55.2153.4257.85-
YUV195.47126.61141.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 193 (75.78% from 255) = 32.49%
R=36.20%
G=31.31%
B=32.49%

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
Decimal21518619300.130.100.16345.5226.6178.63
HexD7BAC10DA1015a1b4f
Octal327272301015122053233117
Binary11010111101110101100000101101101010000101011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BAC1; }

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

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

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

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

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

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

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

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