Shades of Melrose #CBC4E8
Tints of Melrose #CBC4E8
RGB
CMYK
RGB Variations
Color information
#CBC4E8 (or 0xCBC4E8) is known color: Melrose. HEX triplet: CB, C4 and E8. RGB value is (203,196,232). Sum of RGB (Red+Green+Blue) = 203+196+232=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBC4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4E8 is #343B17. Grayscale: #CACACA. Windows color (decimal): -3423000 or 15254731. OLE color: 15254731.
HSL color Cylindrical-coordinate representation of color #CBC4E8: hue angle of 251.67º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC4E8 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 196 | 232 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.09 |
| HSL | 251.67º | 0.44% | 0.84% | - |
| HSV(B) | 251.67º | 0.16% | 0.91% | - |
| XYZ | 58.93 | 58 | 84.43 | - |
| YUV | 202.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 232 | 0.12 | 0.16 | 0 | 0.09 | 251.67 | 0.44 | 0.84 |
| Hex | CB | C4 | E8 | C | 10 | 0 | 9 | FC | 2C | 54 |
| Octal | 313 | 304 | 350 | 14 | 20 | 0 | 11 | 374 | 54 | 124 |
| Binary | 11001011 | 11000100 | 11101000 | 1100 | 10000 | 0 | 1001 | 11111100 | 101100 | 1010100 |
Color Harmonies of #CBC4E8
Complementary color
Monochromatic Colors of #CBC4E8
Black with #CBC4E8
Text Example
Text Example
White with #CBC4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4E8; }
p { color: rgb(203,196,232); }
H1.HeaderClassName
{
color: #CBC4E8;
}
.AnyTagClassName
{
color: #CBC4E8;
}
</style>
background-color css
<style>
a { background-color: #CBC4E8; }
a { background-color: rgb(203,196,232); }
div.DivClassName
{
background-color: #CBC4E8;
}
.BgClassName
{
background-color: #CBC4E8;
}
</style>
border-color css
<style>
span { border-color: #CBC4E8; }
span { border-color: rgb(203,196,232); }
td.TdClassName
{
border-color: #CBC4E8;
}
.TagClassName
{
border-color: #CBC4E8;
}
</style>