Shades of Melrose #C7BEE5
Tints of Melrose #C7BEE5
RGB
CMYK
RGB Variations
Color information
#C7BEE5 (or 0xC7BEE5) is known color: Melrose. HEX triplet: C7, BE and E5. RGB value is (199,190,229). Sum of RGB (Red+Green+Blue) = 199+190+229=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEE5 is #38411A. Grayscale: #C4C4C4. Windows color (decimal): -3686683 or 15056583. OLE color: 15056583.
HSL color Cylindrical-coordinate representation of color #C7BEE5: hue angle of 253.85º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7BEE5 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 190 | 229 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.10 |
| HSL | 253.85º | 0.43% | 0.82% | - |
| HSV(B) | 253.85º | 0.17% | 0.9% | - |
| XYZ | 56.11 | 54.63 | 81.72 | - |
| YUV | 197.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 229 | 0.13 | 0.17 | 0 | 0.10 | 253.85 | 0.43 | 0.82 |
| Hex | C7 | BE | E5 | D | 11 | 0 | A | FE | 2B | 52 |
| Octal | 307 | 276 | 345 | 15 | 21 | 0 | 12 | 376 | 53 | 122 |
| Binary | 11000111 | 10111110 | 11100101 | 1101 | 10001 | 0 | 1010 | 11111110 | 101011 | 1010010 |
Color Harmonies of #C7BEE5
Complementary color
Monochromatic Colors of #C7BEE5
Black with #C7BEE5
Text Example
Text Example
White with #C7BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEE5; }
p { color: rgb(199,190,229); }
H1.HeaderClassName
{
color: #C7BEE5;
}
.AnyTagClassName
{
color: #C7BEE5;
}
</style>
background-color css
<style>
a { background-color: #C7BEE5; }
a { background-color: rgb(199,190,229); }
div.DivClassName
{
background-color: #C7BEE5;
}
.BgClassName
{
background-color: #C7BEE5;
}
</style>
border-color css
<style>
span { border-color: #C7BEE5; }
span { border-color: rgb(199,190,229); }
td.TdClassName
{
border-color: #C7BEE5;
}
.TagClassName
{
border-color: #C7BEE5;
}
</style>