Shades of Melrose #CBBCE9
Tints of Melrose #CBBCE9
RGB
CMYK
RGB Variations
Color information
#CBBCE9 (or 0xCBBCE9) is known color: Melrose. HEX triplet: CB, BC and E9. RGB value is (203,188,233). Sum of RGB (Red+Green+Blue) = 203+188+233=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCE9 is #344316. Grayscale: #C5C5C5. Windows color (decimal): -3425047 or 15318219. OLE color: 15318219.
HSL color Cylindrical-coordinate representation of color #CBBCE9: hue angle of 260º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBBCE9 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 188 | 233 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.09 |
| HSL | 260º | 0.51% | 0.83% | - |
| HSV(B) | 260º | 0.19% | 0.91% | - |
| XYZ | 57.32 | 54.55 | 84.6 | - |
| YUV | 197.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 233 | 0.13 | 0.19 | 0 | 0.09 | 260 | 0.51 | 0.83 |
| Hex | CB | BC | E9 | D | 13 | 0 | 9 | 104 | 33 | 53 |
| Octal | 313 | 274 | 351 | 15 | 23 | 0 | 11 | 404 | 63 | 123 |
| Binary | 11001011 | 10111100 | 11101001 | 1101 | 10011 | 0 | 1001 | 100000100 | 110011 | 1010011 |
Color Harmonies of #CBBCE9
Complementary color
Monochromatic Colors of #CBBCE9
Black with #CBBCE9
Text Example
Text Example
White with #CBBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCE9; }
p { color: rgb(203,188,233); }
H1.HeaderClassName
{
color: #CBBCE9;
}
.AnyTagClassName
{
color: #CBBCE9;
}
</style>
background-color css
<style>
a { background-color: #CBBCE9; }
a { background-color: rgb(203,188,233); }
div.DivClassName
{
background-color: #CBBCE9;
}
.BgClassName
{
background-color: #CBBCE9;
}
</style>
border-color css
<style>
span { border-color: #CBBCE9; }
span { border-color: rgb(203,188,233); }
td.TdClassName
{
border-color: #CBBCE9;
}
.TagClassName
{
border-color: #CBBCE9;
}
</style>