Shades of Melrose #C5BDE9
Tints of Melrose #C5BDE9
RGB
CMYK
RGB Variations
Color information
#C5BDE9 (or 0xC5BDE9) is known color: Melrose. HEX triplet: C5, BD and E9. RGB value is (197,189,233). Sum of RGB (Red+Green+Blue) = 197+189+233=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5BDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDE9 is #3A4216. Grayscale: #C4C4C4. Windows color (decimal): -3818007 or 15318469. OLE color: 15318469.
HSL color Cylindrical-coordinate representation of color #C5BDE9: hue angle of 250.91º degrees, saturation: 0.5, 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 #C5BDE9 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 189 | 233 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.09 |
| HSL | 250.91º | 0.5% | 0.83% | - |
| HSV(B) | 250.91º | 0.19% | 0.91% | - |
| XYZ | 55.93 | 54.15 | 84.59 | - |
| YUV | 196.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 233 | 0.15 | 0.19 | 0 | 0.09 | 250.91 | 0.5 | 0.83 |
| Hex | C5 | BD | E9 | F | 13 | 0 | 9 | FB | 32 | 53 |
| Octal | 305 | 275 | 351 | 17 | 23 | 0 | 11 | 373 | 62 | 123 |
| Binary | 11000101 | 10111101 | 11101001 | 1111 | 10011 | 0 | 1001 | 11111011 | 110010 | 1010011 |
Color Harmonies of #C5BDE9
Complementary color
Monochromatic Colors of #C5BDE9
Black with #C5BDE9
Text Example
Text Example
White with #C5BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDE9; }
p { color: rgb(197,189,233); }
H1.HeaderClassName
{
color: #C5BDE9;
}
.AnyTagClassName
{
color: #C5BDE9;
}
</style>
background-color css
<style>
a { background-color: #C5BDE9; }
a { background-color: rgb(197,189,233); }
div.DivClassName
{
background-color: #C5BDE9;
}
.BgClassName
{
background-color: #C5BDE9;
}
</style>
border-color css
<style>
span { border-color: #C5BDE9; }
span { border-color: rgb(197,189,233); }
td.TdClassName
{
border-color: #C5BDE9;
}
.TagClassName
{
border-color: #C5BDE9;
}
</style>