Shades of Melanie #D7BCC3
Tints of Melanie #D7BCC3
RGB
CMYK
RGB Variations
Color information
#D7BCC3 (or 0xD7BCC3) is known color: Melanie. HEX triplet: D7, BC and C3. RGB value is (215,188,195). Sum of RGB (Red+Green+Blue) = 215+188+195=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCC3 is #28433C. Grayscale: #C4C4C4. Windows color (decimal): -2638653 or 12827863. OLE color: 12827863.
HSL color Cylindrical-coordinate representation of color #D7BCC3: hue angle of 344.44º degrees, saturation: 0.25, 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 #D7BCC3 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 195 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.16 |
| HSL | 344.44º | 0.25% | 0.79% | - |
| HSV(B) | 344.44º | 0.13% | 0.84% | - |
| XYZ | 55.86 | 54.35 | 59.18 | - |
| YUV | 196.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 195 | 0 | 0.13 | 0.09 | 0.16 | 344.44 | 0.25 | 0.79 |
| Hex | D7 | BC | C3 | 0 | D | 9 | 10 | 158 | 19 | 4F |
| Octal | 327 | 274 | 303 | 0 | 15 | 11 | 20 | 530 | 31 | 117 |
| Binary | 11010111 | 10111100 | 11000011 | 0 | 1101 | 1001 | 10000 | 101011000 | 11001 | 1001111 |
Color Harmonies of #D7BCC3
Complementary color
Monochromatic Colors of #D7BCC3
Black with #D7BCC3
Text Example
Text Example
White with #D7BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCC3; }
p { color: rgb(215,188,195); }
H1.HeaderClassName
{
color: #D7BCC3;
}
.AnyTagClassName
{
color: #D7BCC3;
}
</style>
background-color css
<style>
a { background-color: #D7BCC3; }
a { background-color: rgb(215,188,195); }
div.DivClassName
{
background-color: #D7BCC3;
}
.BgClassName
{
background-color: #D7BCC3;
}
</style>
border-color css
<style>
span { border-color: #D7BCC3; }
span { border-color: rgb(215,188,195); }
td.TdClassName
{
border-color: #D7BCC3;
}
.TagClassName
{
border-color: #D7BCC3;
}
</style>