Shades of Melrose #C7BDE1
Tints of Melrose #C7BDE1
RGB
CMYK
RGB Variations
Color information
#C7BDE1 (or 0xC7BDE1) is known color: Melrose. HEX triplet: C7, BD and E1. RGB value is (199,189,225). Sum of RGB (Red+Green+Blue) = 199+189+225=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDE1 is #38421E. Grayscale: #C3C3C3. Windows color (decimal): -3686943 or 14794183. OLE color: 14794183.
HSL color Cylindrical-coordinate representation of color #C7BDE1: hue angle of 256.67º degrees, saturation: 0.38, 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 #C7BDE1 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 189 | 225 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.12 |
| HSL | 256.67º | 0.38% | 0.81% | - |
| HSV(B) | 256.67º | 0.16% | 0.88% | - |
| XYZ | 55.34 | 53.97 | 78.74 | - |
| YUV | 196.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 225 | 0.12 | 0.16 | 0 | 0.12 | 256.67 | 0.38 | 0.81 |
| Hex | C7 | BD | E1 | C | 10 | 0 | C | 101 | 26 | 51 |
| Octal | 307 | 275 | 341 | 14 | 20 | 0 | 14 | 401 | 46 | 121 |
| Binary | 11000111 | 10111101 | 11100001 | 1100 | 10000 | 0 | 1100 | 100000001 | 100110 | 1010001 |
Color Harmonies of #C7BDE1
Complementary color
Monochromatic Colors of #C7BDE1
Black with #C7BDE1
Text Example
Text Example
White with #C7BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDE1; }
p { color: rgb(199,189,225); }
H1.HeaderClassName
{
color: #C7BDE1;
}
.AnyTagClassName
{
color: #C7BDE1;
}
</style>
background-color css
<style>
a { background-color: #C7BDE1; }
a { background-color: rgb(199,189,225); }
div.DivClassName
{
background-color: #C7BDE1;
}
.BgClassName
{
background-color: #C7BDE1;
}
</style>
border-color css
<style>
span { border-color: #C7BDE1; }
span { border-color: rgb(199,189,225); }
td.TdClassName
{
border-color: #C7BDE1;
}
.TagClassName
{
border-color: #C7BDE1;
}
</style>