Shades of Melrose #C0B5DE
Tints of Melrose #C0B5DE
RGB
CMYK
RGB Variations
Color information
#C0B5DE (or 0xC0B5DE) is known color: Melrose. HEX triplet: C0, B5 and DE. RGB value is (192,181,222). Sum of RGB (Red+Green+Blue) = 192+181+222=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0B5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5DE is #3F4A21. Grayscale: #BCBCBC. Windows color (decimal): -4147746 or 14595520. OLE color: 14595520.
HSL color Cylindrical-coordinate representation of color #C0B5DE: hue angle of 256.1º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0B5DE is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 181 | 222 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.13 |
| HSL | 256.1º | 0.38% | 0.79% | - |
| HSV(B) | 256.1º | 0.18% | 0.87% | - |
| XYZ | 51.45 | 49.53 | 75.96 | - |
| YUV | 188.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 222 | 0.14 | 0.18 | 0 | 0.13 | 256.1 | 0.38 | 0.79 |
| Hex | C0 | B5 | DE | E | 12 | 0 | D | 100 | 26 | 4F |
| Octal | 300 | 265 | 336 | 16 | 22 | 0 | 15 | 400 | 46 | 117 |
| Binary | 11000000 | 10110101 | 11011110 | 1110 | 10010 | 0 | 1101 | 100000000 | 100110 | 1001111 |
Color Harmonies of #C0B5DE
Complementary color
Monochromatic Colors of #C0B5DE
Black with #C0B5DE
Text Example
Text Example
White with #C0B5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5DE; }
p { color: rgb(192,181,222); }
H1.HeaderClassName
{
color: #C0B5DE;
}
.AnyTagClassName
{
color: #C0B5DE;
}
</style>
background-color css
<style>
a { background-color: #C0B5DE; }
a { background-color: rgb(192,181,222); }
div.DivClassName
{
background-color: #C0B5DE;
}
.BgClassName
{
background-color: #C0B5DE;
}
</style>
border-color css
<style>
span { border-color: #C0B5DE; }
span { border-color: rgb(192,181,222); }
td.TdClassName
{
border-color: #C0B5DE;
}
.TagClassName
{
border-color: #C0B5DE;
}
</style>