Shades of Melrose #C7BEE6
Tints of Melrose #C7BEE6
RGB
CMYK
RGB Variations
Color information
#C7BEE6 (or 0xC7BEE6) is known color: Melrose. HEX triplet: C7, BE and E6. RGB value is (199,190,230). Sum of RGB (Red+Green+Blue) = 199+190+230=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEE6 is #384119. Grayscale: #C5C5C5. Windows color (decimal): -3686682 or 15122119. OLE color: 15122119.
HSL color Cylindrical-coordinate representation of color #C7BEE6: hue angle of 253.5º degrees, saturation: 0.44, 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 #C7BEE6 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 190 | 230 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.10 |
| HSL | 253.5º | 0.44% | 0.82% | - |
| HSV(B) | 253.5º | 0.17% | 0.9% | - |
| XYZ | 56.25 | 54.68 | 82.45 | - |
| YUV | 197.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 230 | 0.13 | 0.17 | 0 | 0.10 | 253.5 | 0.44 | 0.82 |
| Hex | C7 | BE | E6 | D | 11 | 0 | A | FE | 2C | 52 |
| Octal | 307 | 276 | 346 | 15 | 21 | 0 | 12 | 376 | 54 | 122 |
| Binary | 11000111 | 10111110 | 11100110 | 1101 | 10001 | 0 | 1010 | 11111110 | 101100 | 1010010 |
Color Harmonies of #C7BEE6
Complementary color
Monochromatic Colors of #C7BEE6
Black with #C7BEE6
Text Example
Text Example
White with #C7BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEE6; }
p { color: rgb(199,190,230); }
H1.HeaderClassName
{
color: #C7BEE6;
}
.AnyTagClassName
{
color: #C7BEE6;
}
</style>
background-color css
<style>
a { background-color: #C7BEE6; }
a { background-color: rgb(199,190,230); }
div.DivClassName
{
background-color: #C7BEE6;
}
.BgClassName
{
background-color: #C7BEE6;
}
</style>
border-color css
<style>
span { border-color: #C7BEE6; }
span { border-color: rgb(199,190,230); }
td.TdClassName
{
border-color: #C7BEE6;
}
.TagClassName
{
border-color: #C7BEE6;
}
</style>