Shades of Melrose #CBBAE8
Tints of Melrose #CBBAE8
RGB
CMYK
RGB Variations
Color information
#CBBAE8 (or 0xCBBAE8) is known color: Melrose. HEX triplet: CB, BA and E8. RGB value is (203,186,232). Sum of RGB (Red+Green+Blue) = 203+186+232=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAE8 is #344517. Grayscale: #C4C4C4. Windows color (decimal): -3425560 or 15252171. OLE color: 15252171.
HSL color Cylindrical-coordinate representation of color #CBBAE8: hue angle of 262.17º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBBAE8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 186 | 232 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.09 |
| HSL | 262.17º | 0.5% | 0.82% | - |
| HSV(B) | 262.17º | 0.2% | 0.91% | - |
| XYZ | 56.75 | 53.64 | 83.71 | - |
| YUV | 196.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 232 | 0.12 | 0.20 | 0 | 0.09 | 262.17 | 0.5 | 0.82 |
| Hex | CB | BA | E8 | C | 14 | 0 | 9 | 106 | 32 | 52 |
| Octal | 313 | 272 | 350 | 14 | 24 | 0 | 11 | 406 | 62 | 122 |
| Binary | 11001011 | 10111010 | 11101000 | 1100 | 10100 | 0 | 1001 | 100000110 | 110010 | 1010010 |
Color Harmonies of #CBBAE8
Complementary color
Monochromatic Colors of #CBBAE8
Black with #CBBAE8
Text Example
Text Example
White with #CBBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAE8; }
p { color: rgb(203,186,232); }
H1.HeaderClassName
{
color: #CBBAE8;
}
.AnyTagClassName
{
color: #CBBAE8;
}
</style>
background-color css
<style>
a { background-color: #CBBAE8; }
a { background-color: rgb(203,186,232); }
div.DivClassName
{
background-color: #CBBAE8;
}
.BgClassName
{
background-color: #CBBAE8;
}
</style>
border-color css
<style>
span { border-color: #CBBAE8; }
span { border-color: rgb(203,186,232); }
td.TdClassName
{
border-color: #CBBAE8;
}
.TagClassName
{
border-color: #CBBAE8;
}
</style>