Shades of Melrose #CBC5EA
Tints of Melrose #CBC5EA
RGB
CMYK
RGB Variations
Color information
#CBC5EA (or 0xCBC5EA) is known color: Melrose. HEX triplet: CB, C5 and EA. RGB value is (203,197,234). Sum of RGB (Red+Green+Blue) = 203+197+234=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5EA is #343A15. Grayscale: #CACACA. Windows color (decimal): -3422742 or 15386059. OLE color: 15386059.
HSL color Cylindrical-coordinate representation of color #CBC5EA: hue angle of 249.73º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC5EA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 197 | 234 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.08 |
| HSL | 249.73º | 0.47% | 0.85% | - |
| HSV(B) | 249.73º | 0.16% | 0.92% | - |
| XYZ | 59.45 | 58.57 | 86.01 | - |
| YUV | 203.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 234 | 0.13 | 0.16 | 0 | 0.08 | 249.73 | 0.47 | 0.85 |
| Hex | CB | C5 | EA | D | 10 | 0 | 8 | FA | 2F | 55 |
| Octal | 313 | 305 | 352 | 15 | 20 | 0 | 10 | 372 | 57 | 125 |
| Binary | 11001011 | 11000101 | 11101010 | 1101 | 10000 | 0 | 1000 | 11111010 | 101111 | 1010101 |
Color Harmonies of #CBC5EA
Complementary color
Monochromatic Colors of #CBC5EA
Black with #CBC5EA
Text Example
Text Example
White with #CBC5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5EA; }
p { color: rgb(203,197,234); }
H1.HeaderClassName
{
color: #CBC5EA;
}
.AnyTagClassName
{
color: #CBC5EA;
}
</style>
background-color css
<style>
a { background-color: #CBC5EA; }
a { background-color: rgb(203,197,234); }
div.DivClassName
{
background-color: #CBC5EA;
}
.BgClassName
{
background-color: #CBC5EA;
}
</style>
border-color css
<style>
span { border-color: #CBC5EA; }
span { border-color: rgb(203,197,234); }
td.TdClassName
{
border-color: #CBC5EA;
}
.TagClassName
{
border-color: #CBC5EA;
}
</style>