Shades of Melrose #C5BEED
Tints of Melrose #C5BEED
RGB
CMYK
RGB Variations
Color information
#C5BEED (or 0xC5BEED) is known color: Melrose. HEX triplet: C5, BE and ED. RGB value is (197,190,237). Sum of RGB (Red+Green+Blue) = 197+190+237=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEED is #3A4112. Grayscale: #C5C5C5. Windows color (decimal): -3817747 or 15580869. OLE color: 15580869.
HSL color Cylindrical-coordinate representation of color #C5BEED: hue angle of 248.94º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BEED is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 190 | 237 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.07 |
| HSL | 248.94º | 0.57% | 0.84% | - |
| HSV(B) | 248.94º | 0.2% | 0.93% | - |
| XYZ | 56.73 | 54.81 | 87.71 | - |
| YUV | 197.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 237 | 0.17 | 0.20 | 0 | 0.07 | 248.94 | 0.57 | 0.84 |
| Hex | C5 | BE | ED | 11 | 14 | 0 | 7 | F9 | 39 | 54 |
| Octal | 305 | 276 | 355 | 21 | 24 | 0 | 7 | 371 | 71 | 124 |
| Binary | 11000101 | 10111110 | 11101101 | 10001 | 10100 | 0 | 111 | 11111001 | 111001 | 1010100 |
Color Harmonies of #C5BEED
Complementary color
Monochromatic Colors of #C5BEED
Black with #C5BEED
Text Example
Text Example
White with #C5BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEED; }
p { color: rgb(197,190,237); }
H1.HeaderClassName
{
color: #C5BEED;
}
.AnyTagClassName
{
color: #C5BEED;
}
</style>
background-color css
<style>
a { background-color: #C5BEED; }
a { background-color: rgb(197,190,237); }
div.DivClassName
{
background-color: #C5BEED;
}
.BgClassName
{
background-color: #C5BEED;
}
</style>
border-color css
<style>
span { border-color: #C5BEED; }
span { border-color: rgb(197,190,237); }
td.TdClassName
{
border-color: #C5BEED;
}
.TagClassName
{
border-color: #C5BEED;
}
</style>