Shades of Melrose #CBC4EC
Tints of Melrose #CBC4EC
RGB
CMYK
RGB Variations
Color information
#CBC4EC (or 0xCBC4EC) is known color: Melrose. HEX triplet: CB, C4 and EC. RGB value is (203,196,236). Sum of RGB (Red+Green+Blue) = 203+196+236=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBC4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4EC is #343B13. Grayscale: #CACACA. Windows color (decimal): -3422996 or 15516875. OLE color: 15516875.
HSL color Cylindrical-coordinate representation of color #CBC4EC: hue angle of 250.5º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC4EC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 196 | 236 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.07 |
| HSL | 250.5º | 0.51% | 0.85% | - |
| HSV(B) | 250.5º | 0.17% | 0.93% | - |
| XYZ | 59.51 | 58.23 | 87.46 | - |
| YUV | 202.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 236 | 0.14 | 0.17 | 0 | 0.07 | 250.5 | 0.51 | 0.85 |
| Hex | CB | C4 | EC | E | 11 | 0 | 7 | FB | 33 | 55 |
| Octal | 313 | 304 | 354 | 16 | 21 | 0 | 7 | 373 | 63 | 125 |
| Binary | 11001011 | 11000100 | 11101100 | 1110 | 10001 | 0 | 111 | 11111011 | 110011 | 1010101 |
Color Harmonies of #CBC4EC
Complementary color
Monochromatic Colors of #CBC4EC
Black with #CBC4EC
Text Example
Text Example
White with #CBC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4EC; }
p { color: rgb(203,196,236); }
H1.HeaderClassName
{
color: #CBC4EC;
}
.AnyTagClassName
{
color: #CBC4EC;
}
</style>
background-color css
<style>
a { background-color: #CBC4EC; }
a { background-color: rgb(203,196,236); }
div.DivClassName
{
background-color: #CBC4EC;
}
.BgClassName
{
background-color: #CBC4EC;
}
</style>
border-color css
<style>
span { border-color: #CBC4EC; }
span { border-color: rgb(203,196,236); }
td.TdClassName
{
border-color: #CBC4EC;
}
.TagClassName
{
border-color: #CBC4EC;
}
</style>