Shades of Melanie #D9BBC2
Tints of Melanie #D9BBC2
RGB
CMYK
RGB Variations
Color information
#D9BBC2 (or 0xD9BBC2) is known color: Melanie. HEX triplet: D9, BB and C2. RGB value is (217,187,194). Sum of RGB (Red+Green+Blue) = 217+187+194=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBC2 is #26443D. Grayscale: #C4C4C4. Windows color (decimal): -2507838 or 12762073. OLE color: 12762073.
HSL color Cylindrical-coordinate representation of color #D9BBC2: hue angle of 346º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BBC2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 194 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.15 |
| HSL | 346º | 0.28% | 0.79% | - |
| HSV(B) | 346º | 0.14% | 0.85% | - |
| XYZ | 56.12 | 54.19 | 58.54 | - |
| YUV | 196.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 194 | 0 | 0.14 | 0.11 | 0.15 | 346 | 0.28 | 0.79 |
| Hex | D9 | BB | C2 | 0 | E | B | F | 15A | 1C | 4F |
| Octal | 331 | 273 | 302 | 0 | 16 | 13 | 17 | 532 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11000010 | 0 | 1110 | 1011 | 1111 | 101011010 | 11100 | 1001111 |
Color Harmonies of #D9BBC2
Complementary color
Monochromatic Colors of #D9BBC2
Black with #D9BBC2
Text Example
Text Example
White with #D9BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBC2; }
p { color: rgb(217,187,194); }
H1.HeaderClassName
{
color: #D9BBC2;
}
.AnyTagClassName
{
color: #D9BBC2;
}
</style>
background-color css
<style>
a { background-color: #D9BBC2; }
a { background-color: rgb(217,187,194); }
div.DivClassName
{
background-color: #D9BBC2;
}
.BgClassName
{
background-color: #D9BBC2;
}
</style>
border-color css
<style>
span { border-color: #D9BBC2; }
span { border-color: rgb(217,187,194); }
td.TdClassName
{
border-color: #D9BBC2;
}
.TagClassName
{
border-color: #D9BBC2;
}
</style>