Shades of Melrose #CBC5E9
Tints of Melrose #CBC5E9
RGB
CMYK
RGB Variations
Color information
#CBC5E9 (or 0xCBC5E9) is known color: Melrose. HEX triplet: CB, C5 and E9. RGB value is (203,197,233). Sum of RGB (Red+Green+Blue) = 203+197+233=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBC5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5E9 is #343A16. Grayscale: #CACACA. Windows color (decimal): -3422743 or 15320523. OLE color: 15320523.
HSL color Cylindrical-coordinate representation of color #CBC5E9: hue angle of 250º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC5E9 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 203 | 197 | 233 | - |
CMYK | 0.13 | 0.15 | 0 | 0.09 |
HSL | 250º | 0.45% | 0.84% | - |
HSV(B) | 250º | 0.15% | 0.91% | - |
XYZ | 59.3 | 58.51 | 85.26 | - |
YUV | 202.9 | 144.99 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 197 | 233 | 0.13 | 0.15 | 0 | 0.09 | 250 | 0.45 | 0.84 |
Hex | CB | C5 | E9 | D | F | 0 | 9 | FA | 2D | 54 |
Octal | 313 | 305 | 351 | 15 | 17 | 0 | 11 | 372 | 55 | 124 |
Binary | 11001011 | 11000101 | 11101001 | 1101 | 1111 | 0 | 1001 | 11111010 | 101101 | 1010100 |
Color Harmonies of #CBC5E9
Complementary color
Monochromatic Colors of #CBC5E9
Black with #CBC5E9
Text Example
Text Example
White with #CBC5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5E9; }
p { color: rgb(203,197,233); }
H1.HeaderClassName
{
color: #CBC5E9;
}
.AnyTagClassName
{
color: #CBC5E9;
}
</style>
background-color css
<style>
a { background-color: #CBC5E9; }
a { background-color: rgb(203,197,233); }
div.DivClassName
{
background-color: #CBC5E9;
}
.BgClassName
{
background-color: #CBC5E9;
}
</style>
border-color css
<style>
span { border-color: #CBC5E9; }
span { border-color: rgb(203,197,233); }
td.TdClassName
{
border-color: #CBC5E9;
}
.TagClassName
{
border-color: #CBC5E9;
}
</style>