Shades of Melrose #C5B6DF
Tints of Melrose #C5B6DF
RGB
CMYK
RGB Variations
Color information
#C5B6DF (or 0xC5B6DF) is known color: Melrose. HEX triplet: C5, B6 and DF. RGB value is (197,182,223). Sum of RGB (Red+Green+Blue) = 197+182+223=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B6DF is #3A4920. Grayscale: #BFBFBF. Windows color (decimal): -3819809 or 14661317. OLE color: 14661317.
HSL color Cylindrical-coordinate representation of color #C5B6DF: hue angle of 261.95º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5B6DF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 182 | 223 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.13 |
| HSL | 261.95º | 0.39% | 0.79% | - |
| HSV(B) | 261.95º | 0.18% | 0.87% | - |
| XYZ | 53.07 | 50.65 | 76.79 | - |
| YUV | 191.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 182 | 223 | 0.12 | 0.18 | 0 | 0.13 | 261.95 | 0.39 | 0.79 |
| Hex | C5 | B6 | DF | C | 12 | 0 | D | 106 | 27 | 4F |
| Octal | 305 | 266 | 337 | 14 | 22 | 0 | 15 | 406 | 47 | 117 |
| Binary | 11000101 | 10110110 | 11011111 | 1100 | 10010 | 0 | 1101 | 100000110 | 100111 | 1001111 |
Color Harmonies of #C5B6DF
Complementary color
Monochromatic Colors of #C5B6DF
Black with #C5B6DF
Text Example
Text Example
White with #C5B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B6DF; }
p { color: rgb(197,182,223); }
H1.HeaderClassName
{
color: #C5B6DF;
}
.AnyTagClassName
{
color: #C5B6DF;
}
</style>
background-color css
<style>
a { background-color: #C5B6DF; }
a { background-color: rgb(197,182,223); }
div.DivClassName
{
background-color: #C5B6DF;
}
.BgClassName
{
background-color: #C5B6DF;
}
</style>
border-color css
<style>
span { border-color: #C5B6DF; }
span { border-color: rgb(197,182,223); }
td.TdClassName
{
border-color: #C5B6DF;
}
.TagClassName
{
border-color: #C5B6DF;
}
</style>