Shades of Melrose #C5BEE0
Tints of Melrose #C5BEE0
RGB
CMYK
RGB Variations
Color information
#C5BEE0 (or 0xC5BEE0) is known color: Melrose. HEX triplet: C5, BE and E0. RGB value is (197,190,224). Sum of RGB (Red+Green+Blue) = 197+190+224=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEE0 is #3A411F. Grayscale: #C3C3C3. Windows color (decimal): -3817760 or 14728901. OLE color: 14728901.
HSL color Cylindrical-coordinate representation of color #C5BEE0: hue angle of 252.35º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5BEE0 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 190 | 224 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.12 |
| HSL | 252.35º | 0.35% | 0.81% | - |
| HSV(B) | 252.35º | 0.15% | 0.88% | - |
| XYZ | 54.89 | 54.08 | 78.07 | - |
| YUV | 195.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 224 | 0.12 | 0.15 | 0 | 0.12 | 252.35 | 0.35 | 0.81 |
| Hex | C5 | BE | E0 | C | F | 0 | C | FC | 23 | 51 |
| Octal | 305 | 276 | 340 | 14 | 17 | 0 | 14 | 374 | 43 | 121 |
| Binary | 11000101 | 10111110 | 11100000 | 1100 | 1111 | 0 | 1100 | 11111100 | 100011 | 1010001 |
Color Harmonies of #C5BEE0
Complementary color
Monochromatic Colors of #C5BEE0
Black with #C5BEE0
Text Example
Text Example
White with #C5BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEE0; }
p { color: rgb(197,190,224); }
H1.HeaderClassName
{
color: #C5BEE0;
}
.AnyTagClassName
{
color: #C5BEE0;
}
</style>
background-color css
<style>
a { background-color: #C5BEE0; }
a { background-color: rgb(197,190,224); }
div.DivClassName
{
background-color: #C5BEE0;
}
.BgClassName
{
background-color: #C5BEE0;
}
</style>
border-color css
<style>
span { border-color: #C5BEE0; }
span { border-color: rgb(197,190,224); }
td.TdClassName
{
border-color: #C5BEE0;
}
.TagClassName
{
border-color: #C5BEE0;
}
</style>