Shades of Melrose #CBC0EF
Tints of Melrose #CBC0EF
RGB
CMYK
RGB Variations
Color information
#CBC0EF (or 0xCBC0EF) is known color: Melrose. HEX triplet: CB, C0 and EF. RGB value is (203,192,239). Sum of RGB (Red+Green+Blue) = 203+192+239=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0EF is #343F10. Grayscale: #C8C8C8. Windows color (decimal): -3424017 or 15712459. OLE color: 15712459.
HSL color Cylindrical-coordinate representation of color #CBC0EF: hue angle of 254.04º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBC0EF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 192 | 239 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.06 |
| HSL | 254.04º | 0.59% | 0.85% | - |
| HSV(B) | 254.04º | 0.2% | 0.94% | - |
| XYZ | 59.06 | 56.63 | 89.48 | - |
| YUV | 200.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 239 | 0.15 | 0.20 | 0 | 0.06 | 254.04 | 0.59 | 0.85 |
| Hex | CB | C0 | EF | F | 14 | 0 | 6 | FE | 3B | 55 |
| Octal | 313 | 300 | 357 | 17 | 24 | 0 | 6 | 376 | 73 | 125 |
| Binary | 11001011 | 11000000 | 11101111 | 1111 | 10100 | 0 | 110 | 11111110 | 111011 | 1010101 |
Color Harmonies of #CBC0EF
Complementary color
Monochromatic Colors of #CBC0EF
Black with #CBC0EF
Text Example
Text Example
White with #CBC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0EF; }
p { color: rgb(203,192,239); }
H1.HeaderClassName
{
color: #CBC0EF;
}
.AnyTagClassName
{
color: #CBC0EF;
}
</style>
background-color css
<style>
a { background-color: #CBC0EF; }
a { background-color: rgb(203,192,239); }
div.DivClassName
{
background-color: #CBC0EF;
}
.BgClassName
{
background-color: #CBC0EF;
}
</style>
border-color css
<style>
span { border-color: #CBC0EF; }
span { border-color: rgb(203,192,239); }
td.TdClassName
{
border-color: #CBC0EF;
}
.TagClassName
{
border-color: #CBC0EF;
}
</style>