Shades of Melanie #D3BCC1
Tints of Melanie #D3BCC1
RGB
CMYK
RGB Variations
Color information
#D3BCC1 (or 0xD3BCC1) is known color: Melanie. HEX triplet: D3, BC and C1. RGB value is (211,188,193). Sum of RGB (Red+Green+Blue) = 211+188+193=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCC1 is #2C433E. Grayscale: #C3C3C3. Windows color (decimal): -2900799 or 12696787. OLE color: 12696787.
HSL color Cylindrical-coordinate representation of color #D3BCC1: hue angle of 346.96º 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 #D3BCC1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 193 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.17 |
| HSL | 346.96º | 0.21% | 0.78% | - |
| HSV(B) | 346.96º | 0.11% | 0.83% | - |
| XYZ | 54.47 | 53.67 | 57.94 | - |
| YUV | 195.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 193 | 0 | 0.11 | 0.09 | 0.17 | 346.96 | 0.21 | 0.78 |
| Hex | D3 | BC | C1 | 0 | B | 9 | 11 | 15B | 15 | 4E |
| Octal | 323 | 274 | 301 | 0 | 13 | 11 | 21 | 533 | 25 | 116 |
| Binary | 11010011 | 10111100 | 11000001 | 0 | 1011 | 1001 | 10001 | 101011011 | 10101 | 1001110 |
Color Harmonies of #D3BCC1
Complementary color
Monochromatic Colors of #D3BCC1
Black with #D3BCC1
Text Example
Text Example
White with #D3BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCC1; }
p { color: rgb(211,188,193); }
H1.HeaderClassName
{
color: #D3BCC1;
}
.AnyTagClassName
{
color: #D3BCC1;
}
</style>
background-color css
<style>
a { background-color: #D3BCC1; }
a { background-color: rgb(211,188,193); }
div.DivClassName
{
background-color: #D3BCC1;
}
.BgClassName
{
background-color: #D3BCC1;
}
</style>
border-color css
<style>
span { border-color: #D3BCC1; }
span { border-color: rgb(211,188,193); }
td.TdClassName
{
border-color: #D3BCC1;
}
.TagClassName
{
border-color: #D3BCC1;
}
</style>