Shades of Melrose #C7BBED
Tints of Melrose #C7BBED
RGB
CMYK
RGB Variations
Color information
#C7BBED (or 0xC7BBED) is known color: Melrose. HEX triplet: C7, BB and ED. RGB value is (199,187,237). Sum of RGB (Red+Green+Blue) = 199+187+237=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBED is #384412. Grayscale: #C4C4C4. Windows color (decimal): -3687443 or 15580103. OLE color: 15580103.
HSL color Cylindrical-coordinate representation of color #C7BBED: hue angle of 254.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BBED is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 187 | 237 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.07 |
| HSL | 254.4º | 0.58% | 0.83% | - |
| HSV(B) | 254.4º | 0.21% | 0.93% | - |
| XYZ | 56.61 | 53.8 | 87.52 | - |
| YUV | 196.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 237 | 0.16 | 0.21 | 0 | 0.07 | 254.4 | 0.58 | 0.83 |
| Hex | C7 | BB | ED | 10 | 15 | 0 | 7 | FE | 3A | 53 |
| Octal | 307 | 273 | 355 | 20 | 25 | 0 | 7 | 376 | 72 | 123 |
| Binary | 11000111 | 10111011 | 11101101 | 10000 | 10101 | 0 | 111 | 11111110 | 111010 | 1010011 |
Color Harmonies of #C7BBED
Complementary color
Monochromatic Colors of #C7BBED
Black with #C7BBED
Text Example
Text Example
White with #C7BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBED; }
p { color: rgb(199,187,237); }
H1.HeaderClassName
{
color: #C7BBED;
}
.AnyTagClassName
{
color: #C7BBED;
}
</style>
background-color css
<style>
a { background-color: #C7BBED; }
a { background-color: rgb(199,187,237); }
div.DivClassName
{
background-color: #C7BBED;
}
.BgClassName
{
background-color: #C7BBED;
}
</style>
border-color css
<style>
span { border-color: #C7BBED; }
span { border-color: rgb(199,187,237); }
td.TdClassName
{
border-color: #C7BBED;
}
.TagClassName
{
border-color: #C7BBED;
}
</style>