Shades of Melrose #C0B8DD
Tints of Melrose #C0B8DD
RGB
CMYK
RGB Variations
Color information
#C0B8DD (or 0xC0B8DD) is known color: Melrose. HEX triplet: C0, B8 and DD. RGB value is (192,184,221). Sum of RGB (Red+Green+Blue) = 192+184+221=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8DD is #3F4722. Grayscale: #BEBEBE. Windows color (decimal): -4146979 or 14530752. OLE color: 14530752.
HSL color Cylindrical-coordinate representation of color #C0B8DD: hue angle of 252.97º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0B8DD is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 184 | 221 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.13 |
| HSL | 252.97º | 0.35% | 0.79% | - |
| HSV(B) | 252.97º | 0.17% | 0.87% | - |
| XYZ | 51.93 | 50.71 | 75.46 | - |
| YUV | 190.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 221 | 0.13 | 0.17 | 0 | 0.13 | 252.97 | 0.35 | 0.79 |
| Hex | C0 | B8 | DD | D | 11 | 0 | D | FD | 23 | 4F |
| Octal | 300 | 270 | 335 | 15 | 21 | 0 | 15 | 375 | 43 | 117 |
| Binary | 11000000 | 10111000 | 11011101 | 1101 | 10001 | 0 | 1101 | 11111101 | 100011 | 1001111 |
Color Harmonies of #C0B8DD
Complementary color
Monochromatic Colors of #C0B8DD
Black with #C0B8DD
Text Example
Text Example
White with #C0B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8DD; }
p { color: rgb(192,184,221); }
H1.HeaderClassName
{
color: #C0B8DD;
}
.AnyTagClassName
{
color: #C0B8DD;
}
</style>
background-color css
<style>
a { background-color: #C0B8DD; }
a { background-color: rgb(192,184,221); }
div.DivClassName
{
background-color: #C0B8DD;
}
.BgClassName
{
background-color: #C0B8DD;
}
</style>
border-color css
<style>
span { border-color: #C0B8DD; }
span { border-color: rgb(192,184,221); }
td.TdClassName
{
border-color: #C0B8DD;
}
.TagClassName
{
border-color: #C0B8DD;
}
</style>