Shades of Melrose #CBB6EC
Tints of Melrose #CBB6EC
RGB
CMYK
RGB Variations
Color information
#CBB6EC (or 0xCBB6EC) is known color: Melrose. HEX triplet: CB, B6 and EC. RGB value is (203,182,236). Sum of RGB (Red+Green+Blue) = 203+182+236=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6EC is #344913. Grayscale: #C2C2C2. Windows color (decimal): -3426580 or 15513291. OLE color: 15513291.
HSL color Cylindrical-coordinate representation of color #CBB6EC: hue angle of 263.33º 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 #CBB6EC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 182 | 236 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.07 |
| HSL | 263.33º | 0.59% | 0.82% | - |
| HSV(B) | 263.33º | 0.23% | 0.93% | - |
| XYZ | 56.5 | 52.21 | 86.46 | - |
| YUV | 194.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 236 | 0.14 | 0.23 | 0 | 0.07 | 263.33 | 0.59 | 0.82 |
| Hex | CB | B6 | EC | E | 17 | 0 | 7 | 107 | 3B | 52 |
| Octal | 313 | 266 | 354 | 16 | 27 | 0 | 7 | 407 | 73 | 122 |
| Binary | 11001011 | 10110110 | 11101100 | 1110 | 10111 | 0 | 111 | 100000111 | 111011 | 1010010 |
Color Harmonies of #CBB6EC
Complementary color
Monochromatic Colors of #CBB6EC
Black with #CBB6EC
Text Example
Text Example
White with #CBB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6EC; }
p { color: rgb(203,182,236); }
H1.HeaderClassName
{
color: #CBB6EC;
}
.AnyTagClassName
{
color: #CBB6EC;
}
</style>
background-color css
<style>
a { background-color: #CBB6EC; }
a { background-color: rgb(203,182,236); }
div.DivClassName
{
background-color: #CBB6EC;
}
.BgClassName
{
background-color: #CBB6EC;
}
</style>
border-color css
<style>
span { border-color: #CBB6EC; }
span { border-color: rgb(203,182,236); }
td.TdClassName
{
border-color: #CBB6EC;
}
.TagClassName
{
border-color: #CBB6EC;
}
</style>