Shades of Melrose #C5B9DE
Tints of Melrose #C5B9DE
RGB
CMYK
RGB Variations
Color information
#C5B9DE (or 0xC5B9DE) is known color: Melrose. HEX triplet: C5, B9 and DE. RGB value is (197,185,222). Sum of RGB (Red+Green+Blue) = 197+185+222=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5B9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B9DE is #3A4621. Grayscale: #C0C0C0. Windows color (decimal): -3819042 or 14596549. OLE color: 14596549.
HSL color Cylindrical-coordinate representation of color #C5B9DE: hue angle of 259.46º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5B9DE is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 185 | 222 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.13 |
| HSL | 259.46º | 0.36% | 0.8% | - |
| HSV(B) | 259.46º | 0.17% | 0.87% | - |
| XYZ | 53.56 | 51.84 | 76.29 | - |
| YUV | 192.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 222 | 0.11 | 0.17 | 0 | 0.13 | 259.46 | 0.36 | 0.8 |
| Hex | C5 | B9 | DE | B | 11 | 0 | D | 103 | 24 | 50 |
| Octal | 305 | 271 | 336 | 13 | 21 | 0 | 15 | 403 | 44 | 120 |
| Binary | 11000101 | 10111001 | 11011110 | 1011 | 10001 | 0 | 1101 | 100000011 | 100100 | 1010000 |
Color Harmonies of #C5B9DE
Complementary color
Monochromatic Colors of #C5B9DE
Black with #C5B9DE
Text Example
Text Example
White with #C5B9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B9DE; }
p { color: rgb(197,185,222); }
H1.HeaderClassName
{
color: #C5B9DE;
}
.AnyTagClassName
{
color: #C5B9DE;
}
</style>
background-color css
<style>
a { background-color: #C5B9DE; }
a { background-color: rgb(197,185,222); }
div.DivClassName
{
background-color: #C5B9DE;
}
.BgClassName
{
background-color: #C5B9DE;
}
</style>
border-color css
<style>
span { border-color: #C5B9DE; }
span { border-color: rgb(197,185,222); }
td.TdClassName
{
border-color: #C5B9DE;
}
.TagClassName
{
border-color: #C5B9DE;
}
</style>