Shades of Melrose #C0B6E8
Tints of Melrose #C0B6E8
RGB
CMYK
RGB Variations
Color information
#C0B6E8 (or 0xC0B6E8) is known color: Melrose. HEX triplet: C0, B6 and E8. RGB value is (192,182,232). Sum of RGB (Red+Green+Blue) = 192+182+232=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 232 - color contains mainly: blue. Hex color #C0B6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B6E8 is #3F4917. Grayscale: #BEBEBE. Windows color (decimal): -4147480 or 15251136. OLE color: 15251136.
HSL color Cylindrical-coordinate representation of color #C0B6E8: hue angle of 252º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B6E8 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 182 | 232 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.09 |
| HSL | 252º | 0.52% | 0.81% | - |
| HSV(B) | 252º | 0.22% | 0.91% | - |
| XYZ | 53.03 | 50.49 | 83.29 | - |
| YUV | 190.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 232 | 0.17 | 0.22 | 0 | 0.09 | 252 | 0.52 | 0.81 |
| Hex | C0 | B6 | E8 | 11 | 16 | 0 | 9 | FC | 34 | 51 |
| Octal | 300 | 266 | 350 | 21 | 26 | 0 | 11 | 374 | 64 | 121 |
| Binary | 11000000 | 10110110 | 11101000 | 10001 | 10110 | 0 | 1001 | 11111100 | 110100 | 1010001 |
Color Harmonies of #C0B6E8
Complementary color
Monochromatic Colors of #C0B6E8
Black with #C0B6E8
Text Example
Text Example
White with #C0B6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B6E8; }
p { color: rgb(192,182,232); }
H1.HeaderClassName
{
color: #C0B6E8;
}
.AnyTagClassName
{
color: #C0B6E8;
}
</style>
background-color css
<style>
a { background-color: #C0B6E8; }
a { background-color: rgb(192,182,232); }
div.DivClassName
{
background-color: #C0B6E8;
}
.BgClassName
{
background-color: #C0B6E8;
}
</style>
border-color css
<style>
span { border-color: #C0B6E8; }
span { border-color: rgb(192,182,232); }
td.TdClassName
{
border-color: #C0B6E8;
}
.TagClassName
{
border-color: #C0B6E8;
}
</style>