Shades of Melrose #C5BDE0
Tints of Melrose #C5BDE0
RGB
CMYK
RGB Variations
Color information
#C5BDE0 (or 0xC5BDE0) is known color: Melrose. HEX triplet: C5, BD and E0. RGB value is (197,189,224). Sum of RGB (Red+Green+Blue) = 197+189+224=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDE0 is #3A421F. Grayscale: #C3C3C3. Windows color (decimal): -3818016 or 14728645. OLE color: 14728645.
HSL color Cylindrical-coordinate representation of color #C5BDE0: hue angle of 253.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5BDE0 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 189 | 224 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.12 |
| HSL | 253.71º | 0.36% | 0.81% | - |
| HSV(B) | 253.71º | 0.16% | 0.88% | - |
| XYZ | 54.68 | 53.65 | 77.99 | - |
| YUV | 195.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 224 | 0.12 | 0.16 | 0 | 0.12 | 253.71 | 0.36 | 0.81 |
| Hex | C5 | BD | E0 | C | 10 | 0 | C | FE | 24 | 51 |
| Octal | 305 | 275 | 340 | 14 | 20 | 0 | 14 | 376 | 44 | 121 |
| Binary | 11000101 | 10111101 | 11100000 | 1100 | 10000 | 0 | 1100 | 11111110 | 100100 | 1010001 |
Color Harmonies of #C5BDE0
Complementary color
Monochromatic Colors of #C5BDE0
Black with #C5BDE0
Text Example
Text Example
White with #C5BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDE0; }
p { color: rgb(197,189,224); }
H1.HeaderClassName
{
color: #C5BDE0;
}
.AnyTagClassName
{
color: #C5BDE0;
}
</style>
background-color css
<style>
a { background-color: #C5BDE0; }
a { background-color: rgb(197,189,224); }
div.DivClassName
{
background-color: #C5BDE0;
}
.BgClassName
{
background-color: #C5BDE0;
}
</style>
border-color css
<style>
span { border-color: #C5BDE0; }
span { border-color: rgb(197,189,224); }
td.TdClassName
{
border-color: #C5BDE0;
}
.TagClassName
{
border-color: #C5BDE0;
}
</style>