Shades of Melanie #D1BFC5
Tints of Melanie #D1BFC5
RGB
CMYK
RGB Variations
Color information
#D1BFC5 (or 0xD1BFC5) is known color: Melanie. HEX triplet: D1, BF and C5. RGB value is (209,191,197). Sum of RGB (Red+Green+Blue) = 209+191+197=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFC5 is #2E403A. Grayscale: #C5C5C5. Windows color (decimal): -3031099 or 12959697. OLE color: 12959697.
HSL color Cylindrical-coordinate representation of color #D1BFC5: hue angle of 340º 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 #D1BFC5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 191 | 197 | - |
CMYK | 0 | 0.09 | 0.06 | 0.18 |
HSL | 340º | 0.16% | 0.78% | - |
HSV(B) | 340º | 0.09% | 0.82% | - |
XYZ | 55 | 54.85 | 60.51 | - |
YUV | 197.07 | 127.96 | 136.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 191 | 197 | 0 | 0.09 | 0.06 | 0.18 | 340 | 0.16 | 0.78 |
Hex | D1 | BF | C5 | 0 | 9 | 6 | 12 | 154 | 10 | 4E |
Octal | 321 | 277 | 305 | 0 | 11 | 6 | 22 | 524 | 20 | 116 |
Binary | 11010001 | 10111111 | 11000101 | 0 | 1001 | 110 | 10010 | 101010100 | 10000 | 1001110 |
Color Harmonies of #D1BFC5
Complementary color
Monochromatic Colors of #D1BFC5
Black with #D1BFC5
Text Example
Text Example
White with #D1BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFC5; }
p { color: rgb(209,191,197); }
H1.HeaderClassName
{
color: #D1BFC5;
}
.AnyTagClassName
{
color: #D1BFC5;
}
</style>
background-color css
<style>
a { background-color: #D1BFC5; }
a { background-color: rgb(209,191,197); }
div.DivClassName
{
background-color: #D1BFC5;
}
.BgClassName
{
background-color: #D1BFC5;
}
</style>
border-color css
<style>
span { border-color: #D1BFC5; }
span { border-color: rgb(209,191,197); }
td.TdClassName
{
border-color: #D1BFC5;
}
.TagClassName
{
border-color: #D1BFC5;
}
</style>