Shades of Melrose #C7BEE8
Tints of Melrose #C7BEE8
RGB
CMYK
RGB Variations
Color information
#C7BEE8 (or 0xC7BEE8) is known color: Melrose. HEX triplet: C7, BE and E8. RGB value is (199,190,232). Sum of RGB (Red+Green+Blue) = 199+190+232=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #C7BEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEE8 is #384117. Grayscale: #C5C5C5. Windows color (decimal): -3686680 or 15253191. OLE color: 15253191.
HSL color Cylindrical-coordinate representation of color #C7BEE8: hue angle of 252.86º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7BEE8 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 190 | 232 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.09 |
| HSL | 252.86º | 0.48% | 0.83% | - |
| HSV(B) | 252.86º | 0.18% | 0.91% | - |
| XYZ | 56.53 | 54.8 | 83.94 | - |
| YUV | 197.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 232 | 0.14 | 0.18 | 0 | 0.09 | 252.86 | 0.48 | 0.83 |
| Hex | C7 | BE | E8 | E | 12 | 0 | 9 | FD | 30 | 53 |
| Octal | 307 | 276 | 350 | 16 | 22 | 0 | 11 | 375 | 60 | 123 |
| Binary | 11000111 | 10111110 | 11101000 | 1110 | 10010 | 0 | 1001 | 11111101 | 110000 | 1010011 |
Color Harmonies of #C7BEE8
Complementary color
Monochromatic Colors of #C7BEE8
Black with #C7BEE8
Text Example
Text Example
White with #C7BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEE8; }
p { color: rgb(199,190,232); }
H1.HeaderClassName
{
color: #C7BEE8;
}
.AnyTagClassName
{
color: #C7BEE8;
}
</style>
background-color css
<style>
a { background-color: #C7BEE8; }
a { background-color: rgb(199,190,232); }
div.DivClassName
{
background-color: #C7BEE8;
}
.BgClassName
{
background-color: #C7BEE8;
}
</style>
border-color css
<style>
span { border-color: #C7BEE8; }
span { border-color: rgb(199,190,232); }
td.TdClassName
{
border-color: #C7BEE8;
}
.TagClassName
{
border-color: #C7BEE8;
}
</style>