Shades of Melrose #CBC0E0
Tints of Melrose #CBC0E0
RGB
CMYK
RGB Variations
Color information
#CBC0E0 (or 0xCBC0E0) is known color: Melrose. HEX triplet: CB, C0 and E0. RGB value is (203,192,224). Sum of RGB (Red+Green+Blue) = 203+192+224=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0E0 is #343F1F. Grayscale: #C6C6C6. Windows color (decimal): -3424032 or 14729419. OLE color: 14729419.
HSL color Cylindrical-coordinate representation of color #CBC0E0: hue angle of 260.62º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBC0E0 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 192 | 224 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.12 |
| HSL | 260.63º | 0.34% | 0.82% | - |
| HSV(B) | 260.63º | 0.14% | 0.88% | - |
| XYZ | 56.93 | 55.78 | 78.29 | - |
| YUV | 198.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 224 | 0.09 | 0.14 | 0 | 0.12 | 260.63 | 0.34 | 0.82 |
| Hex | CB | C0 | E0 | 9 | E | 0 | C | 105 | 22 | 52 |
| Octal | 313 | 300 | 340 | 11 | 16 | 0 | 14 | 405 | 42 | 122 |
| Binary | 11001011 | 11000000 | 11100000 | 1001 | 1110 | 0 | 1100 | 100000101 | 100010 | 1010010 |
Color Harmonies of #CBC0E0
Complementary color
Monochromatic Colors of #CBC0E0
Black with #CBC0E0
Text Example
Text Example
White with #CBC0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0E0; }
p { color: rgb(203,192,224); }
H1.HeaderClassName
{
color: #CBC0E0;
}
.AnyTagClassName
{
color: #CBC0E0;
}
</style>
background-color css
<style>
a { background-color: #CBC0E0; }
a { background-color: rgb(203,192,224); }
div.DivClassName
{
background-color: #CBC0E0;
}
.BgClassName
{
background-color: #CBC0E0;
}
</style>
border-color css
<style>
span { border-color: #CBC0E0; }
span { border-color: rgb(203,192,224); }
td.TdClassName
{
border-color: #CBC0E0;
}
.TagClassName
{
border-color: #CBC0E0;
}
</style>