Shades of Melrose #CBC5E8
Tints of Melrose #CBC5E8
RGB
CMYK
RGB Variations
Color information
#CBC5E8 (or 0xCBC5E8) is known color: Melrose. HEX triplet: CB, C5 and E8. RGB value is (203,197,232). Sum of RGB (Red+Green+Blue) = 203+197+232=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBC5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5E8 is #343A17. Grayscale: #CACACA. Windows color (decimal): -3422744 or 15254987. OLE color: 15254987.
HSL color Cylindrical-coordinate representation of color #CBC5E8: hue angle of 250.29º degrees, saturation: 0.43, 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 #CBC5E8 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 203 | 197 | 232 | - |
CMYK | 0.12 | 0.15 | 0 | 0.09 |
HSL | 250.29º | 0.43% | 0.84% | - |
HSV(B) | 250.29º | 0.15% | 0.91% | - |
XYZ | 59.16 | 58.46 | 84.51 | - |
YUV | 202.78 | 144.49 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 197 | 232 | 0.12 | 0.15 | 0 | 0.09 | 250.29 | 0.43 | 0.84 |
Hex | CB | C5 | E8 | C | F | 0 | 9 | FA | 2B | 54 |
Octal | 313 | 305 | 350 | 14 | 17 | 0 | 11 | 372 | 53 | 124 |
Binary | 11001011 | 11000101 | 11101000 | 1100 | 1111 | 0 | 1001 | 11111010 | 101011 | 1010100 |
Color Harmonies of #CBC5E8
Complementary color
Monochromatic Colors of #CBC5E8
Black with #CBC5E8
Text Example
Text Example
White with #CBC5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5E8; }
p { color: rgb(203,197,232); }
H1.HeaderClassName
{
color: #CBC5E8;
}
.AnyTagClassName
{
color: #CBC5E8;
}
</style>
background-color css
<style>
a { background-color: #CBC5E8; }
a { background-color: rgb(203,197,232); }
div.DivClassName
{
background-color: #CBC5E8;
}
.BgClassName
{
background-color: #CBC5E8;
}
</style>
border-color css
<style>
span { border-color: #CBC5E8; }
span { border-color: rgb(203,197,232); }
td.TdClassName
{
border-color: #CBC5E8;
}
.TagClassName
{
border-color: #CBC5E8;
}
</style>