Shades of Melrose #CBC0E9
Tints of Melrose #CBC0E9
RGB
CMYK
RGB Variations
Color information
#CBC0E9 (or 0xCBC0E9) is known color: Melrose. HEX triplet: CB, C0 and E9. RGB value is (203,192,233). Sum of RGB (Red+Green+Blue) = 203+192+233=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0E9 is #343F16. Grayscale: #C7C7C7. Windows color (decimal): -3424023 or 15319243. OLE color: 15319243.
HSL color Cylindrical-coordinate representation of color #CBC0E9: hue angle of 256.1º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC0E9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 192 | 233 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.09 |
| HSL | 256.1º | 0.48% | 0.83% | - |
| HSV(B) | 256.1º | 0.18% | 0.91% | - |
| XYZ | 58.19 | 56.28 | 84.89 | - |
| YUV | 199.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 233 | 0.13 | 0.18 | 0 | 0.09 | 256.1 | 0.48 | 0.83 |
| Hex | CB | C0 | E9 | D | 12 | 0 | 9 | 100 | 30 | 53 |
| Octal | 313 | 300 | 351 | 15 | 22 | 0 | 11 | 400 | 60 | 123 |
| Binary | 11001011 | 11000000 | 11101001 | 1101 | 10010 | 0 | 1001 | 100000000 | 110000 | 1010011 |
Color Harmonies of #CBC0E9
Complementary color
Monochromatic Colors of #CBC0E9
Black with #CBC0E9
Text Example
Text Example
White with #CBC0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0E9; }
p { color: rgb(203,192,233); }
H1.HeaderClassName
{
color: #CBC0E9;
}
.AnyTagClassName
{
color: #CBC0E9;
}
</style>
background-color css
<style>
a { background-color: #CBC0E9; }
a { background-color: rgb(203,192,233); }
div.DivClassName
{
background-color: #CBC0E9;
}
.BgClassName
{
background-color: #CBC0E9;
}
</style>
border-color css
<style>
span { border-color: #CBC0E9; }
span { border-color: rgb(203,192,233); }
td.TdClassName
{
border-color: #CBC0E9;
}
.TagClassName
{
border-color: #CBC0E9;
}
</style>