Shades of Melanie #D8BFC4
Tints of Melanie #D8BFC4
RGB
CMYK
RGB Variations
Color information
#D8BFC4 (or 0xD8BFC4) is known color: Melanie. HEX triplet: D8, BF and C4. RGB value is (216,191,196). Sum of RGB (Red+Green+Blue) = 216+191+196=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFC4 is #27403B. Grayscale: #C7C7C7. Windows color (decimal): -2572348 or 12894168. OLE color: 12894168.
HSL color Cylindrical-coordinate representation of color #D8BFC4: hue angle of 348º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8BFC4 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 196 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.15 |
| HSL | 348º | 0.24% | 0.8% | - |
| HSV(B) | 348º | 0.12% | 0.85% | - |
| XYZ | 56.91 | 55.85 | 60 | - |
| YUV | 199.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 196 | 0 | 0.12 | 0.09 | 0.15 | 348 | 0.24 | 0.8 |
| Hex | D8 | BF | C4 | 0 | C | 9 | F | 15C | 18 | 50 |
| Octal | 330 | 277 | 304 | 0 | 14 | 11 | 17 | 534 | 30 | 120 |
| Binary | 11011000 | 10111111 | 11000100 | 0 | 1100 | 1001 | 1111 | 101011100 | 11000 | 1010000 |
Color Harmonies of #D8BFC4
Complementary color
Monochromatic Colors of #D8BFC4
Black with #D8BFC4
Text Example
Text Example
White with #D8BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BFC4; }
p { color: rgb(216,191,196); }
H1.HeaderClassName
{
color: #D8BFC4;
}
.AnyTagClassName
{
color: #D8BFC4;
}
</style>
background-color css
<style>
a { background-color: #D8BFC4; }
a { background-color: rgb(216,191,196); }
div.DivClassName
{
background-color: #D8BFC4;
}
.BgClassName
{
background-color: #D8BFC4;
}
</style>
border-color css
<style>
span { border-color: #D8BFC4; }
span { border-color: rgb(216,191,196); }
td.TdClassName
{
border-color: #D8BFC4;
}
.TagClassName
{
border-color: #D8BFC4;
}
</style>