Shades of Melrose #C5BDE4
Tints of Melrose #C5BDE4
RGB
CMYK
RGB Variations
Color information
#C5BDE4 (or 0xC5BDE4) is known color: Melrose. HEX triplet: C5, BD and E4. RGB value is (197,189,228). Sum of RGB (Red+Green+Blue) = 197+189+228=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5BDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDE4 is #3A421B. Grayscale: #C3C3C3. Windows color (decimal): -3818012 or 14990789. OLE color: 14990789.
HSL color Cylindrical-coordinate representation of color #C5BDE4: hue angle of 252.31º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5BDE4 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 189 | 228 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.11 |
| HSL | 252.31º | 0.42% | 0.82% | - |
| HSV(B) | 252.31º | 0.17% | 0.89% | - |
| XYZ | 55.23 | 53.87 | 80.89 | - |
| YUV | 195.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 228 | 0.14 | 0.17 | 0 | 0.11 | 252.31 | 0.42 | 0.82 |
| Hex | C5 | BD | E4 | E | 11 | 0 | B | FC | 2A | 52 |
| Octal | 305 | 275 | 344 | 16 | 21 | 0 | 13 | 374 | 52 | 122 |
| Binary | 11000101 | 10111101 | 11100100 | 1110 | 10001 | 0 | 1011 | 11111100 | 101010 | 1010010 |
Color Harmonies of #C5BDE4
Complementary color
Monochromatic Colors of #C5BDE4
Black with #C5BDE4
Text Example
Text Example
White with #C5BDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDE4; }
p { color: rgb(197,189,228); }
H1.HeaderClassName
{
color: #C5BDE4;
}
.AnyTagClassName
{
color: #C5BDE4;
}
</style>
background-color css
<style>
a { background-color: #C5BDE4; }
a { background-color: rgb(197,189,228); }
div.DivClassName
{
background-color: #C5BDE4;
}
.BgClassName
{
background-color: #C5BDE4;
}
</style>
border-color css
<style>
span { border-color: #C5BDE4; }
span { border-color: rgb(197,189,228); }
td.TdClassName
{
border-color: #C5BDE4;
}
.TagClassName
{
border-color: #C5BDE4;
}
</style>