Shades of Melanie #D7BCC2
Tints of Melanie #D7BCC2
RGB
CMYK
RGB Variations
Color information
#D7BCC2 (or 0xD7BCC2) is known color: Melanie. HEX triplet: D7, BC and C2. RGB value is (215,188,194). Sum of RGB (Red+Green+Blue) = 215+188+194=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCC2 is #28433D. Grayscale: #C4C4C4. Windows color (decimal): -2638654 or 12762327. OLE color: 12762327.
HSL color Cylindrical-coordinate representation of color #D7BCC2: hue angle of 346.67º 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 #D7BCC2 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 188 | 194 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.16 |
| HSL | 346.67º | 0.25% | 0.79% | - |
| HSV(B) | 346.67º | 0.13% | 0.84% | - |
| XYZ | 55.75 | 54.31 | 58.58 | - |
| YUV | 196.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 194 | 0 | 0.13 | 0.10 | 0.16 | 346.67 | 0.25 | 0.79 |
| Hex | D7 | BC | C2 | 0 | D | A | 10 | 15B | 19 | 4F |
| Octal | 327 | 274 | 302 | 0 | 15 | 12 | 20 | 533 | 31 | 117 |
| Binary | 11010111 | 10111100 | 11000010 | 0 | 1101 | 1010 | 10000 | 101011011 | 11001 | 1001111 |
Color Harmonies of #D7BCC2
Complementary color
Monochromatic Colors of #D7BCC2
Black with #D7BCC2
Text Example
Text Example
White with #D7BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCC2; }
p { color: rgb(215,188,194); }
H1.HeaderClassName
{
color: #D7BCC2;
}
.AnyTagClassName
{
color: #D7BCC2;
}
</style>
background-color css
<style>
a { background-color: #D7BCC2; }
a { background-color: rgb(215,188,194); }
div.DivClassName
{
background-color: #D7BCC2;
}
.BgClassName
{
background-color: #D7BCC2;
}
</style>
border-color css
<style>
span { border-color: #D7BCC2; }
span { border-color: rgb(215,188,194); }
td.TdClassName
{
border-color: #D7BCC2;
}
.TagClassName
{
border-color: #D7BCC2;
}
</style>