Shades of Melrose #C5BDE2
Tints of Melrose #C5BDE2
RGB
CMYK
RGB Variations
Color information
#C5BDE2 (or 0xC5BDE2) is known color: Melrose. HEX triplet: C5, BD and E2. RGB value is (197,189,226). Sum of RGB (Red+Green+Blue) = 197+189+226=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 226 - color contains mainly: blue. Hex color #C5BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDE2 is #3A421D. Grayscale: #C3C3C3. Windows color (decimal): -3818014 or 14859717. OLE color: 14859717.
HSL color Cylindrical-coordinate representation of color #C5BDE2: hue angle of 252.97º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5BDE2 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 189 | 226 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.11 |
| HSL | 252.97º | 0.39% | 0.81% | - |
| HSV(B) | 252.97º | 0.16% | 0.89% | - |
| XYZ | 54.95 | 53.76 | 79.43 | - |
| YUV | 195.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 226 | 0.13 | 0.16 | 0 | 0.11 | 252.97 | 0.39 | 0.81 |
| Hex | C5 | BD | E2 | D | 10 | 0 | B | FD | 27 | 51 |
| Octal | 305 | 275 | 342 | 15 | 20 | 0 | 13 | 375 | 47 | 121 |
| Binary | 11000101 | 10111101 | 11100010 | 1101 | 10000 | 0 | 1011 | 11111101 | 100111 | 1010001 |
Color Harmonies of #C5BDE2
Complementary color
Monochromatic Colors of #C5BDE2
Black with #C5BDE2
Text Example
Text Example
White with #C5BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDE2; }
p { color: rgb(197,189,226); }
H1.HeaderClassName
{
color: #C5BDE2;
}
.AnyTagClassName
{
color: #C5BDE2;
}
</style>
background-color css
<style>
a { background-color: #C5BDE2; }
a { background-color: rgb(197,189,226); }
div.DivClassName
{
background-color: #C5BDE2;
}
.BgClassName
{
background-color: #C5BDE2;
}
</style>
border-color css
<style>
span { border-color: #C5BDE2; }
span { border-color: rgb(197,189,226); }
td.TdClassName
{
border-color: #C5BDE2;
}
.TagClassName
{
border-color: #C5BDE2;
}
</style>