Shades of Melrose #CBC1E9
Tints of Melrose #CBC1E9
RGB
CMYK
RGB Variations
Color information
#CBC1E9 (or 0xCBC1E9) is known color: Melrose. HEX triplet: CB, C1 and E9. RGB value is (203,193,233). Sum of RGB (Red+Green+Blue) = 203+193+233=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBC1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1E9 is #343E16. Grayscale: #C8C8C8. Windows color (decimal): -3423767 or 15319499. OLE color: 15319499.
HSL color Cylindrical-coordinate representation of color #CBC1E9: hue angle of 255º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC1E9 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 193 | 233 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.09 |
| HSL | 255º | 0.48% | 0.84% | - |
| HSV(B) | 255º | 0.17% | 0.91% | - |
| XYZ | 58.41 | 56.72 | 84.96 | - |
| YUV | 200.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 233 | 0.13 | 0.17 | 0 | 0.09 | 255 | 0.48 | 0.84 |
| Hex | CB | C1 | E9 | D | 11 | 0 | 9 | FF | 30 | 54 |
| Octal | 313 | 301 | 351 | 15 | 21 | 0 | 11 | 377 | 60 | 124 |
| Binary | 11001011 | 11000001 | 11101001 | 1101 | 10001 | 0 | 1001 | 11111111 | 110000 | 1010100 |
Color Harmonies of #CBC1E9
Complementary color
Monochromatic Colors of #CBC1E9
Black with #CBC1E9
Text Example
Text Example
White with #CBC1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1E9; }
p { color: rgb(203,193,233); }
H1.HeaderClassName
{
color: #CBC1E9;
}
.AnyTagClassName
{
color: #CBC1E9;
}
</style>
background-color css
<style>
a { background-color: #CBC1E9; }
a { background-color: rgb(203,193,233); }
div.DivClassName
{
background-color: #CBC1E9;
}
.BgClassName
{
background-color: #CBC1E9;
}
</style>
border-color css
<style>
span { border-color: #CBC1E9; }
span { border-color: rgb(203,193,233); }
td.TdClassName
{
border-color: #CBC1E9;
}
.TagClassName
{
border-color: #CBC1E9;
}
</style>