Shades of Melrose #CBB7EC
Tints of Melrose #CBB7EC
RGB
CMYK
RGB Variations
Color information
#CBB7EC (or 0xCBB7EC) is known color: Melrose. HEX triplet: CB, B7 and EC. RGB value is (203,183,236). Sum of RGB (Red+Green+Blue) = 203+183+236=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7EC is #344813. Grayscale: #C2C2C2. Windows color (decimal): -3426324 or 15513547. OLE color: 15513547.
HSL color Cylindrical-coordinate representation of color #CBB7EC: hue angle of 262.64º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB7EC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 183 | 236 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.07 |
| HSL | 262.64º | 0.58% | 0.82% | - |
| HSV(B) | 262.64º | 0.22% | 0.93% | - |
| XYZ | 56.7 | 52.62 | 86.52 | - |
| YUV | 195.02 | 151.13 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 236 | 0.14 | 0.22 | 0 | 0.07 | 262.64 | 0.58 | 0.82 |
| Hex | CB | B7 | EC | E | 16 | 0 | 7 | 107 | 3A | 52 |
| Octal | 313 | 267 | 354 | 16 | 26 | 0 | 7 | 407 | 72 | 122 |
| Binary | 11001011 | 10110111 | 11101100 | 1110 | 10110 | 0 | 111 | 100000111 | 111010 | 1010010 |
Color Harmonies of #CBB7EC
Complementary color
Monochromatic Colors of #CBB7EC
Black with #CBB7EC
Text Example
Text Example
White with #CBB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7EC; }
p { color: rgb(203,183,236); }
H1.HeaderClassName
{
color: #CBB7EC;
}
.AnyTagClassName
{
color: #CBB7EC;
}
</style>
background-color css
<style>
a { background-color: #CBB7EC; }
a { background-color: rgb(203,183,236); }
div.DivClassName
{
background-color: #CBB7EC;
}
.BgClassName
{
background-color: #CBB7EC;
}
</style>
border-color css
<style>
span { border-color: #CBB7EC; }
span { border-color: rgb(203,183,236); }
td.TdClassName
{
border-color: #CBB7EC;
}
.TagClassName
{
border-color: #CBB7EC;
}
</style>