Shades of Melanie #D7BFC4
Tints of Melanie #D7BFC4
RGB
CMYK
RGB Variations
Color information
#D7BFC4 (or 0xD7BFC4) is known color: Melanie. HEX triplet: D7, BF and C4. RGB value is (215,191,196). Sum of RGB (Red+Green+Blue) = 215+191+196=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFC4 is #28403B. Grayscale: #C6C6C6. Windows color (decimal): -2637884 or 12894167. OLE color: 12894167.
HSL color Cylindrical-coordinate representation of color #D7BFC4: hue angle of 347.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7BFC4 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 191 | 196 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.16 |
| HSL | 347.5º | 0.23% | 0.8% | - |
| HSV(B) | 347.5º | 0.11% | 0.84% | - |
| XYZ | 56.62 | 55.69 | 59.99 | - |
| YUV | 198.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 191 | 196 | 0 | 0.11 | 0.09 | 0.16 | 347.5 | 0.23 | 0.8 |
| Hex | D7 | BF | C4 | 0 | B | 9 | 10 | 15C | 17 | 50 |
| Octal | 327 | 277 | 304 | 0 | 13 | 11 | 20 | 534 | 27 | 120 |
| Binary | 11010111 | 10111111 | 11000100 | 0 | 1011 | 1001 | 10000 | 101011100 | 10111 | 1010000 |
Color Harmonies of #D7BFC4
Complementary color
Monochromatic Colors of #D7BFC4
Black with #D7BFC4
Text Example
Text Example
White with #D7BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BFC4; }
p { color: rgb(215,191,196); }
H1.HeaderClassName
{
color: #D7BFC4;
}
.AnyTagClassName
{
color: #D7BFC4;
}
</style>
background-color css
<style>
a { background-color: #D7BFC4; }
a { background-color: rgb(215,191,196); }
div.DivClassName
{
background-color: #D7BFC4;
}
.BgClassName
{
background-color: #D7BFC4;
}
</style>
border-color css
<style>
span { border-color: #D7BFC4; }
span { border-color: rgb(215,191,196); }
td.TdClassName
{
border-color: #D7BFC4;
}
.TagClassName
{
border-color: #D7BFC4;
}
</style>