Shades of Melrose #CBC1EC
Tints of Melrose #CBC1EC
RGB
CMYK
RGB Variations
Color information
#CBC1EC (or 0xCBC1EC) is known color: Melrose. HEX triplet: CB, C1 and EC. RGB value is (203,193,236). Sum of RGB (Red+Green+Blue) = 203+193+236=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1EC is #343E13. Grayscale: #C8C8C8. Windows color (decimal): -3423764 or 15516107. OLE color: 15516107.
HSL color Cylindrical-coordinate representation of color #CBC1EC: hue angle of 253.95º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC1EC is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 193 | 236 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.07 |
| HSL | 253.95º | 0.53% | 0.84% | - |
| HSV(B) | 253.95º | 0.18% | 0.93% | - |
| XYZ | 58.84 | 56.89 | 87.24 | - |
| YUV | 200.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 236 | 0.14 | 0.18 | 0 | 0.07 | 253.95 | 0.53 | 0.84 |
| Hex | CB | C1 | EC | E | 12 | 0 | 7 | FE | 35 | 54 |
| Octal | 313 | 301 | 354 | 16 | 22 | 0 | 7 | 376 | 65 | 124 |
| Binary | 11001011 | 11000001 | 11101100 | 1110 | 10010 | 0 | 111 | 11111110 | 110101 | 1010100 |
Color Harmonies of #CBC1EC
Complementary color
Monochromatic Colors of #CBC1EC
Black with #CBC1EC
Text Example
Text Example
White with #CBC1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1EC; }
p { color: rgb(203,193,236); }
H1.HeaderClassName
{
color: #CBC1EC;
}
.AnyTagClassName
{
color: #CBC1EC;
}
</style>
background-color css
<style>
a { background-color: #CBC1EC; }
a { background-color: rgb(203,193,236); }
div.DivClassName
{
background-color: #CBC1EC;
}
.BgClassName
{
background-color: #CBC1EC;
}
</style>
border-color css
<style>
span { border-color: #CBC1EC; }
span { border-color: rgb(203,193,236); }
td.TdClassName
{
border-color: #CBC1EC;
}
.TagClassName
{
border-color: #CBC1EC;
}
</style>