Shades of Melrose #CBBCE1
Tints of Melrose #CBBCE1
RGB
CMYK
RGB Variations
Color information
#CBBCE1 (or 0xCBBCE1) is known color: Melrose. HEX triplet: CB, BC and E1. RGB value is (203,188,225). Sum of RGB (Red+Green+Blue) = 203+188+225=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCE1 is #34431E. Grayscale: #C4C4C4. Windows color (decimal): -3425055 or 14793931. OLE color: 14793931.
HSL color Cylindrical-coordinate representation of color #CBBCE1: hue angle of 264.32º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBBCE1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 188 | 225 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.12 |
| HSL | 264.32º | 0.38% | 0.81% | - |
| HSV(B) | 264.32º | 0.16% | 0.88% | - |
| XYZ | 56.2 | 54.1 | 78.71 | - |
| YUV | 196.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 225 | 0.10 | 0.16 | 0 | 0.12 | 264.32 | 0.38 | 0.81 |
| Hex | CB | BC | E1 | A | 10 | 0 | C | 108 | 26 | 51 |
| Octal | 313 | 274 | 341 | 12 | 20 | 0 | 14 | 410 | 46 | 121 |
| Binary | 11001011 | 10111100 | 11100001 | 1010 | 10000 | 0 | 1100 | 100001000 | 100110 | 1010001 |
Color Harmonies of #CBBCE1
Complementary color
Monochromatic Colors of #CBBCE1
Black with #CBBCE1
Text Example
Text Example
White with #CBBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCE1; }
p { color: rgb(203,188,225); }
H1.HeaderClassName
{
color: #CBBCE1;
}
.AnyTagClassName
{
color: #CBBCE1;
}
</style>
background-color css
<style>
a { background-color: #CBBCE1; }
a { background-color: rgb(203,188,225); }
div.DivClassName
{
background-color: #CBBCE1;
}
.BgClassName
{
background-color: #CBBCE1;
}
</style>
border-color css
<style>
span { border-color: #CBBCE1; }
span { border-color: rgb(203,188,225); }
td.TdClassName
{
border-color: #CBBCE1;
}
.TagClassName
{
border-color: #CBBCE1;
}
</style>