Shades of Melrose #C0B3EE
Tints of Melrose #C0B3EE
RGB
CMYK
RGB Variations
Color information
#C0B3EE (or 0xC0B3EE) is known color: Melrose. HEX triplet: C0, B3 and EE. RGB value is (192,179,238). Sum of RGB (Red+Green+Blue) = 192+179+238=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B3EE is #3F4C11. Grayscale: #BDBDBD. Windows color (decimal): -4148242 or 15643584. OLE color: 15643584.
HSL color Cylindrical-coordinate representation of color #C0B3EE: hue angle of 253.22º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0B3EE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 179 | 238 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.07 |
| HSL | 253.22º | 0.63% | 0.82% | - |
| HSV(B) | 253.22º | 0.25% | 0.93% | - |
| XYZ | 53.29 | 49.62 | 87.66 | - |
| YUV | 189.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 238 | 0.19 | 0.25 | 0 | 0.07 | 253.22 | 0.63 | 0.82 |
| Hex | C0 | B3 | EE | 13 | 19 | 0 | 7 | FD | 3F | 52 |
| Octal | 300 | 263 | 356 | 23 | 31 | 0 | 7 | 375 | 77 | 122 |
| Binary | 11000000 | 10110011 | 11101110 | 10011 | 11001 | 0 | 111 | 11111101 | 111111 | 1010010 |
Color Harmonies of #C0B3EE
Complementary color
Monochromatic Colors of #C0B3EE
Black with #C0B3EE
Text Example
Text Example
White with #C0B3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B3EE; }
p { color: rgb(192,179,238); }
H1.HeaderClassName
{
color: #C0B3EE;
}
.AnyTagClassName
{
color: #C0B3EE;
}
</style>
background-color css
<style>
a { background-color: #C0B3EE; }
a { background-color: rgb(192,179,238); }
div.DivClassName
{
background-color: #C0B3EE;
}
.BgClassName
{
background-color: #C0B3EE;
}
</style>
border-color css
<style>
span { border-color: #C0B3EE; }
span { border-color: rgb(192,179,238); }
td.TdClassName
{
border-color: #C0B3EE;
}
.TagClassName
{
border-color: #C0B3EE;
}
</style>