Shades of Melrose #C5BEE9
Tints of Melrose #C5BEE9
RGB
CMYK
RGB Variations
Color information
#C5BEE9 (or 0xC5BEE9) is known color: Melrose. HEX triplet: C5, BE and E9. RGB value is (197,190,233). Sum of RGB (Red+Green+Blue) = 197+190+233=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5BEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEE9 is #3A4116. Grayscale: #C4C4C4. Windows color (decimal): -3817751 or 15318725. OLE color: 15318725.
HSL color Cylindrical-coordinate representation of color #C5BEE9: hue angle of 249.77º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BEE9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 190 | 233 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.09 |
| HSL | 249.77º | 0.49% | 0.83% | - |
| HSV(B) | 249.77º | 0.18% | 0.91% | - |
| XYZ | 56.15 | 54.58 | 84.67 | - |
| YUV | 197 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 233 | 0.15 | 0.18 | 0 | 0.09 | 249.77 | 0.49 | 0.83 |
| Hex | C5 | BE | E9 | F | 12 | 0 | 9 | FA | 31 | 53 |
| Octal | 305 | 276 | 351 | 17 | 22 | 0 | 11 | 372 | 61 | 123 |
| Binary | 11000101 | 10111110 | 11101001 | 1111 | 10010 | 0 | 1001 | 11111010 | 110001 | 1010011 |
Color Harmonies of #C5BEE9
Complementary color
Monochromatic Colors of #C5BEE9
Black with #C5BEE9
Text Example
Text Example
White with #C5BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEE9; }
p { color: rgb(197,190,233); }
H1.HeaderClassName
{
color: #C5BEE9;
}
.AnyTagClassName
{
color: #C5BEE9;
}
</style>
background-color css
<style>
a { background-color: #C5BEE9; }
a { background-color: rgb(197,190,233); }
div.DivClassName
{
background-color: #C5BEE9;
}
.BgClassName
{
background-color: #C5BEE9;
}
</style>
border-color css
<style>
span { border-color: #C5BEE9; }
span { border-color: rgb(197,190,233); }
td.TdClassName
{
border-color: #C5BEE9;
}
.TagClassName
{
border-color: #C5BEE9;
}
</style>