Shades of Melrose #C0B7E7
Tints of Melrose #C0B7E7
RGB
CMYK
RGB Variations
Color information
#C0B7E7 (or 0xC0B7E7) is known color: Melrose. HEX triplet: C0, B7 and E7. RGB value is (192,183,231). Sum of RGB (Red+Green+Blue) = 192+183+231=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #C0B7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B7E7 is #3F4818. Grayscale: #BEBEBE. Windows color (decimal): -4147225 or 15185856. OLE color: 15185856.
HSL color Cylindrical-coordinate representation of color #C0B7E7: hue angle of 251.25º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B7E7 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 183 | 231 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.09 |
| HSL | 251.25º | 0.5% | 0.81% | - |
| HSV(B) | 251.25º | 0.21% | 0.91% | - |
| XYZ | 53.1 | 50.84 | 82.62 | - |
| YUV | 191.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 231 | 0.17 | 0.21 | 0 | 0.09 | 251.25 | 0.5 | 0.81 |
| Hex | C0 | B7 | E7 | 11 | 15 | 0 | 9 | FB | 32 | 51 |
| Octal | 300 | 267 | 347 | 21 | 25 | 0 | 11 | 373 | 62 | 121 |
| Binary | 11000000 | 10110111 | 11100111 | 10001 | 10101 | 0 | 1001 | 11111011 | 110010 | 1010001 |
Color Harmonies of #C0B7E7
Complementary color
Monochromatic Colors of #C0B7E7
Black with #C0B7E7
Text Example
Text Example
White with #C0B7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7E7; }
p { color: rgb(192,183,231); }
H1.HeaderClassName
{
color: #C0B7E7;
}
.AnyTagClassName
{
color: #C0B7E7;
}
</style>
background-color css
<style>
a { background-color: #C0B7E7; }
a { background-color: rgb(192,183,231); }
div.DivClassName
{
background-color: #C0B7E7;
}
.BgClassName
{
background-color: #C0B7E7;
}
</style>
border-color css
<style>
span { border-color: #C0B7E7; }
span { border-color: rgb(192,183,231); }
td.TdClassName
{
border-color: #C0B7E7;
}
.TagClassName
{
border-color: #C0B7E7;
}
</style>