Shades of Melanie #D1BFC3
Tints of Melanie #D1BFC3
RGB
CMYK
RGB Variations
Color information
#D1BFC3 (or 0xD1BFC3) is known color: Melanie. HEX triplet: D1, BF and C3. RGB value is (209,191,195). Sum of RGB (Red+Green+Blue) = 209+191+195=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFC3 is #2E403C. Grayscale: #C4C4C4. Windows color (decimal): -3031101 or 12828625. OLE color: 12828625.
HSL color Cylindrical-coordinate representation of color #D1BFC3: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BFC3 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 195 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.18 |
| HSL | 346.67º | 0.16% | 0.78% | - |
| HSV(B) | 346.67º | 0.09% | 0.82% | - |
| XYZ | 54.78 | 54.76 | 59.31 | - |
| YUV | 196.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 195 | 0 | 0.09 | 0.07 | 0.18 | 346.67 | 0.16 | 0.78 |
| Hex | D1 | BF | C3 | 0 | 9 | 7 | 12 | 15B | 10 | 4E |
| Octal | 321 | 277 | 303 | 0 | 11 | 7 | 22 | 533 | 20 | 116 |
| Binary | 11010001 | 10111111 | 11000011 | 0 | 1001 | 111 | 10010 | 101011011 | 10000 | 1001110 |
Color Harmonies of #D1BFC3
Complementary color
Monochromatic Colors of #D1BFC3
Black with #D1BFC3
Text Example
Text Example
White with #D1BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFC3; }
p { color: rgb(209,191,195); }
H1.HeaderClassName
{
color: #D1BFC3;
}
.AnyTagClassName
{
color: #D1BFC3;
}
</style>
background-color css
<style>
a { background-color: #D1BFC3; }
a { background-color: rgb(209,191,195); }
div.DivClassName
{
background-color: #D1BFC3;
}
.BgClassName
{
background-color: #D1BFC3;
}
</style>
border-color css
<style>
span { border-color: #D1BFC3; }
span { border-color: rgb(209,191,195); }
td.TdClassName
{
border-color: #D1BFC3;
}
.TagClassName
{
border-color: #D1BFC3;
}
</style>