Shades of Melanie #D3BBC3
Tints of Melanie #D3BBC3
RGB
CMYK
RGB Variations
Color information
#D3BBC3 (or 0xD3BBC3) is known color: Melanie. HEX triplet: D3, BB and C3. RGB value is (211,187,195). Sum of RGB (Red+Green+Blue) = 211+187+195=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBC3 is #2C443C. Grayscale: #C3C3C3. Windows color (decimal): -2901053 or 12827603. OLE color: 12827603.
HSL color Cylindrical-coordinate representation of color #D3BBC3: hue angle of 340º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BBC3 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 187 | 195 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.17 |
| HSL | 340º | 0.21% | 0.78% | - |
| HSV(B) | 340º | 0.11% | 0.83% | - |
| XYZ | 54.48 | 53.33 | 59.05 | - |
| YUV | 195.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 187 | 195 | 0 | 0.11 | 0.08 | 0.17 | 340 | 0.21 | 0.78 |
| Hex | D3 | BB | C3 | 0 | B | 8 | 11 | 154 | 15 | 4E |
| Octal | 323 | 273 | 303 | 0 | 13 | 10 | 21 | 524 | 25 | 116 |
| Binary | 11010011 | 10111011 | 11000011 | 0 | 1011 | 1000 | 10001 | 101010100 | 10101 | 1001110 |
Color Harmonies of #D3BBC3
Complementary color
Monochromatic Colors of #D3BBC3
Black with #D3BBC3
Text Example
Text Example
White with #D3BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBC3; }
p { color: rgb(211,187,195); }
H1.HeaderClassName
{
color: #D3BBC3;
}
.AnyTagClassName
{
color: #D3BBC3;
}
</style>
background-color css
<style>
a { background-color: #D3BBC3; }
a { background-color: rgb(211,187,195); }
div.DivClassName
{
background-color: #D3BBC3;
}
.BgClassName
{
background-color: #D3BBC3;
}
</style>
border-color css
<style>
span { border-color: #D3BBC3; }
span { border-color: rgb(211,187,195); }
td.TdClassName
{
border-color: #D3BBC3;
}
.TagClassName
{
border-color: #D3BBC3;
}
</style>