Shades of Melanie #D5BBC1
Tints of Melanie #D5BBC1
RGB
CMYK
RGB Variations
Color information
#D5BBC1 (or 0xD5BBC1) is known color: Melanie. HEX triplet: D5, BB and C1. RGB value is (213,187,193). Sum of RGB (Red+Green+Blue) = 213+187+193=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBC1 is #2A443E. Grayscale: #C3C3C3. Windows color (decimal): -2769983 or 12696533. OLE color: 12696533.
HSL color Cylindrical-coordinate representation of color #D5BBC1: hue angle of 346.15º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBC1 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 193 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.16 |
| HSL | 346.15º | 0.24% | 0.78% | - |
| HSV(B) | 346.15º | 0.12% | 0.84% | - |
| XYZ | 54.84 | 53.54 | 57.9 | - |
| YUV | 195.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 193 | 0 | 0.12 | 0.09 | 0.16 | 346.15 | 0.24 | 0.78 |
| Hex | D5 | BB | C1 | 0 | C | 9 | 10 | 15A | 18 | 4E |
| Octal | 325 | 273 | 301 | 0 | 14 | 11 | 20 | 532 | 30 | 116 |
| Binary | 11010101 | 10111011 | 11000001 | 0 | 1100 | 1001 | 10000 | 101011010 | 11000 | 1001110 |
Color Harmonies of #D5BBC1
Complementary color
Monochromatic Colors of #D5BBC1
Black with #D5BBC1
Text Example
Text Example
White with #D5BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBC1; }
p { color: rgb(213,187,193); }
H1.HeaderClassName
{
color: #D5BBC1;
}
.AnyTagClassName
{
color: #D5BBC1;
}
</style>
background-color css
<style>
a { background-color: #D5BBC1; }
a { background-color: rgb(213,187,193); }
div.DivClassName
{
background-color: #D5BBC1;
}
.BgClassName
{
background-color: #D5BBC1;
}
</style>
border-color css
<style>
span { border-color: #D5BBC1; }
span { border-color: rgb(213,187,193); }
td.TdClassName
{
border-color: #D5BBC1;
}
.TagClassName
{
border-color: #D5BBC1;
}
</style>