Shades of Melanie #D9BBC3
Tints of Melanie #D9BBC3
RGB
CMYK
RGB Variations
Color information
#D9BBC3 (or 0xD9BBC3) is known color: Melanie. HEX triplet: D9, BB and C3. RGB value is (217,187,195). Sum of RGB (Red+Green+Blue) = 217+187+195=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBC3 is #26443C. Grayscale: #C4C4C4. Windows color (decimal): -2507837 or 12827609. OLE color: 12827609.
HSL color Cylindrical-coordinate representation of color #D9BBC3: hue angle of 344º 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 #D9BBC3 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 195 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.15 |
| HSL | 344º | 0.28% | 0.79% | - |
| HSV(B) | 344º | 0.14% | 0.85% | - |
| XYZ | 56.24 | 54.23 | 59.13 | - |
| YUV | 196.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 195 | 0 | 0.14 | 0.10 | 0.15 | 344 | 0.28 | 0.79 |
| Hex | D9 | BB | C3 | 0 | E | A | F | 158 | 1C | 4F |
| Octal | 331 | 273 | 303 | 0 | 16 | 12 | 17 | 530 | 34 | 117 |
| Binary | 11011001 | 10111011 | 11000011 | 0 | 1110 | 1010 | 1111 | 101011000 | 11100 | 1001111 |
Color Harmonies of #D9BBC3
Complementary color
Monochromatic Colors of #D9BBC3
Black with #D9BBC3
Text Example
Text Example
White with #D9BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBC3; }
p { color: rgb(217,187,195); }
H1.HeaderClassName
{
color: #D9BBC3;
}
.AnyTagClassName
{
color: #D9BBC3;
}
</style>
background-color css
<style>
a { background-color: #D9BBC3; }
a { background-color: rgb(217,187,195); }
div.DivClassName
{
background-color: #D9BBC3;
}
.BgClassName
{
background-color: #D9BBC3;
}
</style>
border-color css
<style>
span { border-color: #D9BBC3; }
span { border-color: rgb(217,187,195); }
td.TdClassName
{
border-color: #D9BBC3;
}
.TagClassName
{
border-color: #D9BBC3;
}
</style>