Shades of Melrose #C0B6EE
Tints of Melrose #C0B6EE
RGB
CMYK
RGB Variations
Color information
#C0B6EE (or 0xC0B6EE) is known color: Melrose. HEX triplet: C0, B6 and EE. RGB value is (192,182,238). Sum of RGB (Red+Green+Blue) = 192+182+238=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 182 (71.48% from 255 or 29.74% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B6EE is #3F4911. Grayscale: #BFBFBF. Windows color (decimal): -4147474 or 15644352. OLE color: 15644352.
HSL color Cylindrical-coordinate representation of color #C0B6EE: hue angle of 250.71º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B6EE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 182 | 238 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.07 |
| HSL | 250.71º | 0.62% | 0.82% | - |
| HSV(B) | 250.71º | 0.24% | 0.93% | - |
| XYZ | 53.9 | 50.84 | 87.86 | - |
| YUV | 191.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 238 | 0.19 | 0.24 | 0 | 0.07 | 250.71 | 0.62 | 0.82 |
| Hex | C0 | B6 | EE | 13 | 18 | 0 | 7 | FB | 3E | 52 |
| Octal | 300 | 266 | 356 | 23 | 30 | 0 | 7 | 373 | 76 | 122 |
| Binary | 11000000 | 10110110 | 11101110 | 10011 | 11000 | 0 | 111 | 11111011 | 111110 | 1010010 |
Color Harmonies of #C0B6EE
Complementary color
Monochromatic Colors of #C0B6EE
Black with #C0B6EE
Text Example
Text Example
White with #C0B6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B6EE; }
p { color: rgb(192,182,238); }
H1.HeaderClassName
{
color: #C0B6EE;
}
.AnyTagClassName
{
color: #C0B6EE;
}
</style>
background-color css
<style>
a { background-color: #C0B6EE; }
a { background-color: rgb(192,182,238); }
div.DivClassName
{
background-color: #C0B6EE;
}
.BgClassName
{
background-color: #C0B6EE;
}
</style>
border-color css
<style>
span { border-color: #C0B6EE; }
span { border-color: rgb(192,182,238); }
td.TdClassName
{
border-color: #C0B6EE;
}
.TagClassName
{
border-color: #C0B6EE;
}
</style>