Shades of Melrose #C0B5DD
Tints of Melrose #C0B5DD
RGB
CMYK
RGB Variations
Color information
#C0B5DD (or 0xC0B5DD) is known color: Melrose. HEX triplet: C0, B5 and DD. RGB value is (192,181,221). Sum of RGB (Red+Green+Blue) = 192+181+221=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5DD is #3F4A22. Grayscale: #BCBCBC. Windows color (decimal): -4147747 or 14529984. OLE color: 14529984.
HSL color Cylindrical-coordinate representation of color #C0B5DD: hue angle of 256.5º degrees, saturation: 0.37, 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 #C0B5DD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 181 | 221 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.13 |
| HSL | 256.5º | 0.37% | 0.79% | - |
| HSV(B) | 256.5º | 0.18% | 0.87% | - |
| XYZ | 51.31 | 49.47 | 75.25 | - |
| YUV | 188.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 221 | 0.13 | 0.18 | 0 | 0.13 | 256.5 | 0.37 | 0.79 |
| Hex | C0 | B5 | DD | D | 12 | 0 | D | 100 | 25 | 4F |
| Octal | 300 | 265 | 335 | 15 | 22 | 0 | 15 | 400 | 45 | 117 |
| Binary | 11000000 | 10110101 | 11011101 | 1101 | 10010 | 0 | 1101 | 100000000 | 100101 | 1001111 |
Color Harmonies of #C0B5DD
Complementary color
Monochromatic Colors of #C0B5DD
Black with #C0B5DD
Text Example
Text Example
White with #C0B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5DD; }
p { color: rgb(192,181,221); }
H1.HeaderClassName
{
color: #C0B5DD;
}
.AnyTagClassName
{
color: #C0B5DD;
}
</style>
background-color css
<style>
a { background-color: #C0B5DD; }
a { background-color: rgb(192,181,221); }
div.DivClassName
{
background-color: #C0B5DD;
}
.BgClassName
{
background-color: #C0B5DD;
}
</style>
border-color css
<style>
span { border-color: #C0B5DD; }
span { border-color: rgb(192,181,221); }
td.TdClassName
{
border-color: #C0B5DD;
}
.TagClassName
{
border-color: #C0B5DD;
}
</style>