Shades of Melrose #CBB5EC
Tints of Melrose #CBB5EC
RGB
CMYK
RGB Variations
Color information
#CBB5EC (or 0xCBB5EC) is known color: Melrose. HEX triplet: CB, B5 and EC. RGB value is (203,181,236). Sum of RGB (Red+Green+Blue) = 203+181+236=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5EC is #344A13. Grayscale: #C1C1C1. Windows color (decimal): -3426836 or 15513035. OLE color: 15513035.
HSL color Cylindrical-coordinate representation of color #CBB5EC: hue angle of 264º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB5EC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 181 | 236 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.07 |
| HSL | 264º | 0.59% | 0.82% | - |
| HSV(B) | 264º | 0.23% | 0.93% | - |
| XYZ | 56.29 | 51.8 | 86.39 | - |
| YUV | 193.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 236 | 0.14 | 0.23 | 0 | 0.07 | 264 | 0.59 | 0.82 |
| Hex | CB | B5 | EC | E | 17 | 0 | 7 | 108 | 3B | 52 |
| Octal | 313 | 265 | 354 | 16 | 27 | 0 | 7 | 410 | 73 | 122 |
| Binary | 11001011 | 10110101 | 11101100 | 1110 | 10111 | 0 | 111 | 100001000 | 111011 | 1010010 |
Color Harmonies of #CBB5EC
Complementary color
Monochromatic Colors of #CBB5EC
Black with #CBB5EC
Text Example
Text Example
White with #CBB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5EC; }
p { color: rgb(203,181,236); }
H1.HeaderClassName
{
color: #CBB5EC;
}
.AnyTagClassName
{
color: #CBB5EC;
}
</style>
background-color css
<style>
a { background-color: #CBB5EC; }
a { background-color: rgb(203,181,236); }
div.DivClassName
{
background-color: #CBB5EC;
}
.BgClassName
{
background-color: #CBB5EC;
}
</style>
border-color css
<style>
span { border-color: #CBB5EC; }
span { border-color: rgb(203,181,236); }
td.TdClassName
{
border-color: #CBB5EC;
}
.TagClassName
{
border-color: #CBB5EC;
}
</style>