Shades of Melrose #C5BEE5
Tints of Melrose #C5BEE5
RGB
CMYK
RGB Variations
Color information
#C5BEE5 (or 0xC5BEE5) is known color: Melrose. HEX triplet: C5, BE and E5. RGB value is (197,190,229). Sum of RGB (Red+Green+Blue) = 197+190+229=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEE5 is #3A411A. Grayscale: #C4C4C4. Windows color (decimal): -3817755 or 15056581. OLE color: 15056581.
HSL color Cylindrical-coordinate representation of color #C5BEE5: hue angle of 250.77º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5BEE5 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 190 | 229 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.10 |
| HSL | 250.77º | 0.43% | 0.82% | - |
| HSV(B) | 250.77º | 0.17% | 0.9% | - |
| XYZ | 55.58 | 54.35 | 81.69 | - |
| YUV | 196.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 229 | 0.14 | 0.17 | 0 | 0.10 | 250.77 | 0.43 | 0.82 |
| Hex | C5 | BE | E5 | E | 11 | 0 | A | FB | 2B | 52 |
| Octal | 305 | 276 | 345 | 16 | 21 | 0 | 12 | 373 | 53 | 122 |
| Binary | 11000101 | 10111110 | 11100101 | 1110 | 10001 | 0 | 1010 | 11111011 | 101011 | 1010010 |
Color Harmonies of #C5BEE5
Complementary color
Monochromatic Colors of #C5BEE5
Black with #C5BEE5
Text Example
Text Example
White with #C5BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEE5; }
p { color: rgb(197,190,229); }
H1.HeaderClassName
{
color: #C5BEE5;
}
.AnyTagClassName
{
color: #C5BEE5;
}
</style>
background-color css
<style>
a { background-color: #C5BEE5; }
a { background-color: rgb(197,190,229); }
div.DivClassName
{
background-color: #C5BEE5;
}
.BgClassName
{
background-color: #C5BEE5;
}
</style>
border-color css
<style>
span { border-color: #C5BEE5; }
span { border-color: rgb(197,190,229); }
td.TdClassName
{
border-color: #C5BEE5;
}
.TagClassName
{
border-color: #C5BEE5;
}
</style>