Shades of Melrose #C7BFE6
Tints of Melrose #C7BFE6
RGB
CMYK
RGB Variations
Color information
#C7BFE6 (or 0xC7BFE6) is known color: Melrose. HEX triplet: C7, BF and E6. RGB value is (199,191,230). Sum of RGB (Red+Green+Blue) = 199+191+230=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #C7BFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFE6 is #384019. Grayscale: #C5C5C5. Windows color (decimal): -3686426 or 15122375. OLE color: 15122375.
HSL color Cylindrical-coordinate representation of color #C7BFE6: hue angle of 252.31º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7BFE6 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 191 | 230 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.10 |
| HSL | 252.31º | 0.44% | 0.83% | - |
| HSV(B) | 252.31º | 0.17% | 0.9% | - |
| XYZ | 56.47 | 55.12 | 82.53 | - |
| YUV | 197.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 230 | 0.13 | 0.17 | 0 | 0.10 | 252.31 | 0.44 | 0.83 |
| Hex | C7 | BF | E6 | D | 11 | 0 | A | FC | 2C | 53 |
| Octal | 307 | 277 | 346 | 15 | 21 | 0 | 12 | 374 | 54 | 123 |
| Binary | 11000111 | 10111111 | 11100110 | 1101 | 10001 | 0 | 1010 | 11111100 | 101100 | 1010011 |
Color Harmonies of #C7BFE6
Complementary color
Monochromatic Colors of #C7BFE6
Black with #C7BFE6
Text Example
Text Example
White with #C7BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFE6; }
p { color: rgb(199,191,230); }
H1.HeaderClassName
{
color: #C7BFE6;
}
.AnyTagClassName
{
color: #C7BFE6;
}
</style>
background-color css
<style>
a { background-color: #C7BFE6; }
a { background-color: rgb(199,191,230); }
div.DivClassName
{
background-color: #C7BFE6;
}
.BgClassName
{
background-color: #C7BFE6;
}
</style>
border-color css
<style>
span { border-color: #C7BFE6; }
span { border-color: rgb(199,191,230); }
td.TdClassName
{
border-color: #C7BFE6;
}
.TagClassName
{
border-color: #C7BFE6;
}
</style>