Shades of Melanie #D7BBC3
Tints of Melanie #D7BBC3
RGB
CMYK
RGB Variations
Color information
#D7BBC3 (or 0xD7BBC3) is known color: Melanie. HEX triplet: D7, BB and C3. RGB value is (215,187,195). Sum of RGB (Red+Green+Blue) = 215+187+195=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BBC3 is #28443C. Grayscale: #C4C4C4. Windows color (decimal): -2638909 or 12827607. OLE color: 12827607.
HSL color Cylindrical-coordinate representation of color #D7BBC3: hue angle of 342.86º degrees, saturation: 0.26, 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 #D7BBC3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 195 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.16 |
| HSL | 342.86º | 0.26% | 0.79% | - |
| HSV(B) | 342.86º | 0.13% | 0.84% | - |
| XYZ | 55.64 | 53.93 | 59.11 | - |
| YUV | 196.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 195 | 0 | 0.13 | 0.09 | 0.16 | 342.86 | 0.26 | 0.79 |
| Hex | D7 | BB | C3 | 0 | D | 9 | 10 | 157 | 1A | 4F |
| Octal | 327 | 273 | 303 | 0 | 15 | 11 | 20 | 527 | 32 | 117 |
| Binary | 11010111 | 10111011 | 11000011 | 0 | 1101 | 1001 | 10000 | 101010111 | 11010 | 1001111 |
Color Harmonies of #D7BBC3
Complementary color
Monochromatic Colors of #D7BBC3
Black with #D7BBC3
Text Example
Text Example
White with #D7BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BBC3; }
p { color: rgb(215,187,195); }
H1.HeaderClassName
{
color: #D7BBC3;
}
.AnyTagClassName
{
color: #D7BBC3;
}
</style>
background-color css
<style>
a { background-color: #D7BBC3; }
a { background-color: rgb(215,187,195); }
div.DivClassName
{
background-color: #D7BBC3;
}
.BgClassName
{
background-color: #D7BBC3;
}
</style>
border-color css
<style>
span { border-color: #D7BBC3; }
span { border-color: rgb(215,187,195); }
td.TdClassName
{
border-color: #D7BBC3;
}
.TagClassName
{
border-color: #D7BBC3;
}
</style>