Shades of Melrose #CBC3EC
Tints of Melrose #CBC3EC
RGB
CMYK
RGB Variations
Color information
#CBC3EC (or 0xCBC3EC) is known color: Melrose. HEX triplet: CB, C3 and EC. RGB value is (203,195,236). Sum of RGB (Red+Green+Blue) = 203+195+236=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3EC is #343C13. Grayscale: #C9C9C9. Windows color (decimal): -3423252 or 15516619. OLE color: 15516619.
HSL color Cylindrical-coordinate representation of color #CBC3EC: hue angle of 251.71º degrees, saturation: 0.52, 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 #CBC3EC is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 195 | 236 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.07 |
| HSL | 251.71º | 0.52% | 0.85% | - |
| HSV(B) | 251.71º | 0.17% | 0.93% | - |
| XYZ | 59.28 | 57.78 | 87.39 | - |
| YUV | 202.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 236 | 0.14 | 0.17 | 0 | 0.07 | 251.71 | 0.52 | 0.85 |
| Hex | CB | C3 | EC | E | 11 | 0 | 7 | FC | 34 | 55 |
| Octal | 313 | 303 | 354 | 16 | 21 | 0 | 7 | 374 | 64 | 125 |
| Binary | 11001011 | 11000011 | 11101100 | 1110 | 10001 | 0 | 111 | 11111100 | 110100 | 1010101 |
Color Harmonies of #CBC3EC
Complementary color
Monochromatic Colors of #CBC3EC
Black with #CBC3EC
Text Example
Text Example
White with #CBC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3EC; }
p { color: rgb(203,195,236); }
H1.HeaderClassName
{
color: #CBC3EC;
}
.AnyTagClassName
{
color: #CBC3EC;
}
</style>
background-color css
<style>
a { background-color: #CBC3EC; }
a { background-color: rgb(203,195,236); }
div.DivClassName
{
background-color: #CBC3EC;
}
.BgClassName
{
background-color: #CBC3EC;
}
</style>
border-color css
<style>
span { border-color: #CBC3EC; }
span { border-color: rgb(203,195,236); }
td.TdClassName
{
border-color: #CBC3EC;
}
.TagClassName
{
border-color: #CBC3EC;
}
</style>