Shades of Melanie #D2BFC5
Tints of Melanie #D2BFC5
RGB
CMYK
RGB Variations
Color information
#D2BFC5 (or 0xD2BFC5) is known color: Melanie. HEX triplet: D2, BF and C5. RGB value is (210,191,197). Sum of RGB (Red+Green+Blue) = 210+191+197=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFC5 is #2D403A. Grayscale: #C5C5C5. Windows color (decimal): -2965563 or 12959698. OLE color: 12959698.
HSL color Cylindrical-coordinate representation of color #D2BFC5: hue angle of 341.05º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2BFC5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 197 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.18 |
| HSL | 341.05º | 0.17% | 0.79% | - |
| HSV(B) | 341.05º | 0.09% | 0.82% | - |
| XYZ | 55.29 | 54.99 | 60.52 | - |
| YUV | 197.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 197 | 0 | 0.09 | 0.06 | 0.18 | 341.05 | 0.17 | 0.79 |
| Hex | D2 | BF | C5 | 0 | 9 | 6 | 12 | 155 | 11 | 4F |
| Octal | 322 | 277 | 305 | 0 | 11 | 6 | 22 | 525 | 21 | 117 |
| Binary | 11010010 | 10111111 | 11000101 | 0 | 1001 | 110 | 10010 | 101010101 | 10001 | 1001111 |
Color Harmonies of #D2BFC5
Complementary color
Monochromatic Colors of #D2BFC5
Black with #D2BFC5
Text Example
Text Example
White with #D2BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFC5; }
p { color: rgb(210,191,197); }
H1.HeaderClassName
{
color: #D2BFC5;
}
.AnyTagClassName
{
color: #D2BFC5;
}
</style>
background-color css
<style>
a { background-color: #D2BFC5; }
a { background-color: rgb(210,191,197); }
div.DivClassName
{
background-color: #D2BFC5;
}
.BgClassName
{
background-color: #D2BFC5;
}
</style>
border-color css
<style>
span { border-color: #D2BFC5; }
span { border-color: rgb(210,191,197); }
td.TdClassName
{
border-color: #D2BFC5;
}
.TagClassName
{
border-color: #D2BFC5;
}
</style>