Shades of Melanie #D3BFC3
Tints of Melanie #D3BFC3
RGB
CMYK
RGB Variations
Color information
#D3BFC3 (or 0xD3BFC3) is known color: Melanie. HEX triplet: D3, BF and C3. RGB value is (211,191,195). Sum of RGB (Red+Green+Blue) = 211+191+195=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BFC3 is #2C403C. Grayscale: #C5C5C5. Windows color (decimal): -2900029 or 12828627. OLE color: 12828627.
HSL color Cylindrical-coordinate representation of color #D3BFC3: hue angle of 348º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3BFC3 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 195 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.17 |
| HSL | 348º | 0.19% | 0.79% | - |
| HSV(B) | 348º | 0.09% | 0.83% | - |
| XYZ | 55.35 | 55.05 | 59.34 | - |
| YUV | 197.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 195 | 0 | 0.09 | 0.08 | 0.17 | 348 | 0.19 | 0.79 |
| Hex | D3 | BF | C3 | 0 | 9 | 8 | 11 | 15C | 13 | 4F |
| Octal | 323 | 277 | 303 | 0 | 11 | 10 | 21 | 534 | 23 | 117 |
| Binary | 11010011 | 10111111 | 11000011 | 0 | 1001 | 1000 | 10001 | 101011100 | 10011 | 1001111 |
Color Harmonies of #D3BFC3
Complementary color
Monochromatic Colors of #D3BFC3
Black with #D3BFC3
Text Example
Text Example
White with #D3BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BFC3; }
p { color: rgb(211,191,195); }
H1.HeaderClassName
{
color: #D3BFC3;
}
.AnyTagClassName
{
color: #D3BFC3;
}
</style>
background-color css
<style>
a { background-color: #D3BFC3; }
a { background-color: rgb(211,191,195); }
div.DivClassName
{
background-color: #D3BFC3;
}
.BgClassName
{
background-color: #D3BFC3;
}
</style>
border-color css
<style>
span { border-color: #D3BFC3; }
span { border-color: rgb(211,191,195); }
td.TdClassName
{
border-color: #D3BFC3;
}
.TagClassName
{
border-color: #D3BFC3;
}
</style>