Shades of Melrose #C5BEEA
Tints of Melrose #C5BEEA
RGB
CMYK
RGB Variations
Color information
#C5BEEA (or 0xC5BEEA) is known color: Melrose. HEX triplet: C5, BE and EA. RGB value is (197,190,234). Sum of RGB (Red+Green+Blue) = 197+190+234=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEEA is #3A4115. Grayscale: #C4C4C4. Windows color (decimal): -3817750 or 15384261. OLE color: 15384261.
HSL color Cylindrical-coordinate representation of color #C5BEEA: hue angle of 249.55º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BEEA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 190 | 234 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.08 |
| HSL | 249.55º | 0.51% | 0.83% | - |
| HSV(B) | 249.55º | 0.19% | 0.92% | - |
| XYZ | 56.29 | 54.64 | 85.42 | - |
| YUV | 197.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 234 | 0.16 | 0.19 | 0 | 0.08 | 249.55 | 0.51 | 0.83 |
| Hex | C5 | BE | EA | 10 | 13 | 0 | 8 | FA | 33 | 53 |
| Octal | 305 | 276 | 352 | 20 | 23 | 0 | 10 | 372 | 63 | 123 |
| Binary | 11000101 | 10111110 | 11101010 | 10000 | 10011 | 0 | 1000 | 11111010 | 110011 | 1010011 |
Color Harmonies of #C5BEEA
Complementary color
Monochromatic Colors of #C5BEEA
Black with #C5BEEA
Text Example
Text Example
White with #C5BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEEA; }
p { color: rgb(197,190,234); }
H1.HeaderClassName
{
color: #C5BEEA;
}
.AnyTagClassName
{
color: #C5BEEA;
}
</style>
background-color css
<style>
a { background-color: #C5BEEA; }
a { background-color: rgb(197,190,234); }
div.DivClassName
{
background-color: #C5BEEA;
}
.BgClassName
{
background-color: #C5BEEA;
}
</style>
border-color css
<style>
span { border-color: #C5BEEA; }
span { border-color: rgb(197,190,234); }
td.TdClassName
{
border-color: #C5BEEA;
}
.TagClassName
{
border-color: #C5BEEA;
}
</style>