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