Shades of Melrose #C7BBEC
Tints of Melrose #C7BBEC
RGB
CMYK
RGB Variations
Color information
#C7BBEC (or 0xC7BBEC) is known color: Melrose. HEX triplet: C7, BB and EC. RGB value is (199,187,236). Sum of RGB (Red+Green+Blue) = 199+187+236=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBEC is #384413. Grayscale: #C3C3C3. Windows color (decimal): -3687444 or 15514567. OLE color: 15514567.
HSL color Cylindrical-coordinate representation of color #C7BBEC: hue angle of 254.69º degrees, saturation: 0.56, 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 #C7BBEC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 187 | 236 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.07 |
| HSL | 254.69º | 0.56% | 0.83% | - |
| HSV(B) | 254.69º | 0.21% | 0.93% | - |
| XYZ | 56.46 | 53.74 | 86.75 | - |
| YUV | 196.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 236 | 0.16 | 0.21 | 0 | 0.07 | 254.69 | 0.56 | 0.83 |
| Hex | C7 | BB | EC | 10 | 15 | 0 | 7 | FF | 38 | 53 |
| Octal | 307 | 273 | 354 | 20 | 25 | 0 | 7 | 377 | 70 | 123 |
| Binary | 11000111 | 10111011 | 11101100 | 10000 | 10101 | 0 | 111 | 11111111 | 111000 | 1010011 |
Color Harmonies of #C7BBEC
Complementary color
Monochromatic Colors of #C7BBEC
Black with #C7BBEC
Text Example
Text Example
White with #C7BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BBEC; }
p { color: rgb(199,187,236); }
H1.HeaderClassName
{
color: #C7BBEC;
}
.AnyTagClassName
{
color: #C7BBEC;
}
</style>
background-color css
<style>
a { background-color: #C7BBEC; }
a { background-color: rgb(199,187,236); }
div.DivClassName
{
background-color: #C7BBEC;
}
.BgClassName
{
background-color: #C7BBEC;
}
</style>
border-color css
<style>
span { border-color: #C7BBEC; }
span { border-color: rgb(199,187,236); }
td.TdClassName
{
border-color: #C7BBEC;
}
.TagClassName
{
border-color: #C7BBEC;
}
</style>