Shades of Melrose #CBBBE5
Tints of Melrose #CBBBE5
RGB
CMYK
RGB Variations
Color information
#CBBBE5 (or 0xCBBBE5) is known color: Melrose. HEX triplet: CB, BB and E5. RGB value is (203,187,229). Sum of RGB (Red+Green+Blue) = 203+187+229=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBE5 is #34441A. Grayscale: #C4C4C4. Windows color (decimal): -3425307 or 15055819. OLE color: 15055819.
HSL color Cylindrical-coordinate representation of color #CBBBE5: hue angle of 262.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBBE5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 187 | 229 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.10 |
| HSL | 262.86º | 0.45% | 0.82% | - |
| HSV(B) | 262.86º | 0.18% | 0.9% | - |
| XYZ | 56.54 | 53.89 | 81.55 | - |
| YUV | 196.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 229 | 0.11 | 0.18 | 0 | 0.10 | 262.86 | 0.45 | 0.82 |
| Hex | CB | BB | E5 | B | 12 | 0 | A | 107 | 2D | 52 |
| Octal | 313 | 273 | 345 | 13 | 22 | 0 | 12 | 407 | 55 | 122 |
| Binary | 11001011 | 10111011 | 11100101 | 1011 | 10010 | 0 | 1010 | 100000111 | 101101 | 1010010 |
Color Harmonies of #CBBBE5
Complementary color
Monochromatic Colors of #CBBBE5
Black with #CBBBE5
Text Example
Text Example
White with #CBBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBE5; }
p { color: rgb(203,187,229); }
H1.HeaderClassName
{
color: #CBBBE5;
}
.AnyTagClassName
{
color: #CBBBE5;
}
</style>
background-color css
<style>
a { background-color: #CBBBE5; }
a { background-color: rgb(203,187,229); }
div.DivClassName
{
background-color: #CBBBE5;
}
.BgClassName
{
background-color: #CBBBE5;
}
</style>
border-color css
<style>
span { border-color: #CBBBE5; }
span { border-color: rgb(203,187,229); }
td.TdClassName
{
border-color: #CBBBE5;
}
.TagClassName
{
border-color: #CBBBE5;
}
</style>