Shades of Melanie #D1BFC4
Tints of Melanie #D1BFC4
RGB
CMYK
RGB Variations
Color information
#D1BFC4 (or 0xD1BFC4) is known color: Melanie. HEX triplet: D1, BF and C4. RGB value is (209,191,196). Sum of RGB (Red+Green+Blue) = 209+191+196=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFC4 is #2E403B. Grayscale: #C4C4C4. Windows color (decimal): -3031100 or 12894161. OLE color: 12894161.
HSL color Cylindrical-coordinate representation of color #D1BFC4: hue angle of 343.33º 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 #D1BFC4 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 196 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.18 |
| HSL | 343.33º | 0.16% | 0.78% | - |
| HSV(B) | 343.33º | 0.09% | 0.82% | - |
| XYZ | 54.89 | 54.8 | 59.91 | - |
| YUV | 196.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 196 | 0 | 0.09 | 0.06 | 0.18 | 343.33 | 0.16 | 0.78 |
| Hex | D1 | BF | C4 | 0 | 9 | 6 | 12 | 157 | 10 | 4E |
| Octal | 321 | 277 | 304 | 0 | 11 | 6 | 22 | 527 | 20 | 116 |
| Binary | 11010001 | 10111111 | 11000100 | 0 | 1001 | 110 | 10010 | 101010111 | 10000 | 1001110 |
Color Harmonies of #D1BFC4
Complementary color
Monochromatic Colors of #D1BFC4
Black with #D1BFC4
Text Example
Text Example
White with #D1BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFC4; }
p { color: rgb(209,191,196); }
H1.HeaderClassName
{
color: #D1BFC4;
}
.AnyTagClassName
{
color: #D1BFC4;
}
</style>
background-color css
<style>
a { background-color: #D1BFC4; }
a { background-color: rgb(209,191,196); }
div.DivClassName
{
background-color: #D1BFC4;
}
.BgClassName
{
background-color: #D1BFC4;
}
</style>
border-color css
<style>
span { border-color: #D1BFC4; }
span { border-color: rgb(209,191,196); }
td.TdClassName
{
border-color: #D1BFC4;
}
.TagClassName
{
border-color: #D1BFC4;
}
</style>