Shades of Melrose #C5B7DD
Tints of Melrose #C5B7DD
RGB
CMYK
RGB Variations
Color information
#C5B7DD (or 0xC5B7DD) is known color: Melrose. HEX triplet: C5, B7 and DD. RGB value is (197,183,221). Sum of RGB (Red+Green+Blue) = 197+183+221=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5B7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7DD is #3A4822. Grayscale: #BFBFBF. Windows color (decimal): -3819555 or 14530501. OLE color: 14530501.
HSL color Cylindrical-coordinate representation of color #C5B7DD: hue angle of 262.11º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5B7DD is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 183 | 221 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.13 |
| HSL | 262.11º | 0.36% | 0.79% | - |
| HSV(B) | 262.11º | 0.17% | 0.87% | - |
| XYZ | 53.01 | 50.96 | 75.45 | - |
| YUV | 191.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 221 | 0.11 | 0.17 | 0 | 0.13 | 262.11 | 0.36 | 0.79 |
| Hex | C5 | B7 | DD | B | 11 | 0 | D | 106 | 24 | 4F |
| Octal | 305 | 267 | 335 | 13 | 21 | 0 | 15 | 406 | 44 | 117 |
| Binary | 11000101 | 10110111 | 11011101 | 1011 | 10001 | 0 | 1101 | 100000110 | 100100 | 1001111 |
Color Harmonies of #C5B7DD
Complementary color
Monochromatic Colors of #C5B7DD
Black with #C5B7DD
Text Example
Text Example
White with #C5B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7DD; }
p { color: rgb(197,183,221); }
H1.HeaderClassName
{
color: #C5B7DD;
}
.AnyTagClassName
{
color: #C5B7DD;
}
</style>
background-color css
<style>
a { background-color: #C5B7DD; }
a { background-color: rgb(197,183,221); }
div.DivClassName
{
background-color: #C5B7DD;
}
.BgClassName
{
background-color: #C5B7DD;
}
</style>
border-color css
<style>
span { border-color: #C5B7DD; }
span { border-color: rgb(197,183,221); }
td.TdClassName
{
border-color: #C5B7DD;
}
.TagClassName
{
border-color: #C5B7DD;
}
</style>