Shades of Melanie #D1BBC2
Tints of Melanie #D1BBC2
RGB
CMYK
RGB Variations
Color information
#D1BBC2 (or 0xD1BBC2) is known color: Melanie. HEX triplet: D1, BB and C2. RGB value is (209,187,194). Sum of RGB (Red+Green+Blue) = 209+187+194=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBC2 is #2E443D. Grayscale: #C2C2C2. Windows color (decimal): -3032126 or 12762065. OLE color: 12762065.
HSL color Cylindrical-coordinate representation of color #D1BBC2: hue angle of 340.91º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBC2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 194 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.18 |
| HSL | 340.91º | 0.19% | 0.78% | - |
| HSV(B) | 340.91º | 0.11% | 0.82% | - |
| XYZ | 53.8 | 52.99 | 58.43 | - |
| YUV | 194.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 194 | 0 | 0.11 | 0.07 | 0.18 | 340.91 | 0.19 | 0.78 |
| Hex | D1 | BB | C2 | 0 | B | 7 | 12 | 155 | 13 | 4E |
| Octal | 321 | 273 | 302 | 0 | 13 | 7 | 22 | 525 | 23 | 116 |
| Binary | 11010001 | 10111011 | 11000010 | 0 | 1011 | 111 | 10010 | 101010101 | 10011 | 1001110 |
Color Harmonies of #D1BBC2
Complementary color
Monochromatic Colors of #D1BBC2
Black with #D1BBC2
Text Example
Text Example
White with #D1BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBC2; }
p { color: rgb(209,187,194); }
H1.HeaderClassName
{
color: #D1BBC2;
}
.AnyTagClassName
{
color: #D1BBC2;
}
</style>
background-color css
<style>
a { background-color: #D1BBC2; }
a { background-color: rgb(209,187,194); }
div.DivClassName
{
background-color: #D1BBC2;
}
.BgClassName
{
background-color: #D1BBC2;
}
</style>
border-color css
<style>
span { border-color: #D1BBC2; }
span { border-color: rgb(209,187,194); }
td.TdClassName
{
border-color: #D1BBC2;
}
.TagClassName
{
border-color: #D1BBC2;
}
</style>