Shades of Melrose #C5BDE8
Tints of Melrose #C5BDE8
RGB
CMYK
RGB Variations
Color information
#C5BDE8 (or 0xC5BDE8) is known color: Melrose. HEX triplet: C5, BD and E8. RGB value is (197,189,232). Sum of RGB (Red+Green+Blue) = 197+189+232=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #C5BDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDE8 is #3A4217. Grayscale: #C4C4C4. Windows color (decimal): -3818008 or 15252933. OLE color: 15252933.
HSL color Cylindrical-coordinate representation of color #C5BDE8: hue angle of 251.16º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BDE8 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 189 | 232 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.09 |
| HSL | 251.16º | 0.48% | 0.83% | - |
| HSV(B) | 251.16º | 0.19% | 0.91% | - |
| XYZ | 55.79 | 54.09 | 83.84 | - |
| YUV | 196.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 232 | 0.15 | 0.19 | 0 | 0.09 | 251.16 | 0.48 | 0.83 |
| Hex | C5 | BD | E8 | F | 13 | 0 | 9 | FB | 30 | 53 |
| Octal | 305 | 275 | 350 | 17 | 23 | 0 | 11 | 373 | 60 | 123 |
| Binary | 11000101 | 10111101 | 11101000 | 1111 | 10011 | 0 | 1001 | 11111011 | 110000 | 1010011 |
Color Harmonies of #C5BDE8
Complementary color
Monochromatic Colors of #C5BDE8
Black with #C5BDE8
Text Example
Text Example
White with #C5BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDE8; }
p { color: rgb(197,189,232); }
H1.HeaderClassName
{
color: #C5BDE8;
}
.AnyTagClassName
{
color: #C5BDE8;
}
</style>
background-color css
<style>
a { background-color: #C5BDE8; }
a { background-color: rgb(197,189,232); }
div.DivClassName
{
background-color: #C5BDE8;
}
.BgClassName
{
background-color: #C5BDE8;
}
</style>
border-color css
<style>
span { border-color: #C5BDE8; }
span { border-color: rgb(197,189,232); }
td.TdClassName
{
border-color: #C5BDE8;
}
.TagClassName
{
border-color: #C5BDE8;
}
</style>