Shades of Melrose #CBC0EE
Tints of Melrose #CBC0EE
RGB
CMYK
RGB Variations
Color information
#CBC0EE (or 0xCBC0EE) is known color: Melrose. HEX triplet: CB, C0 and EE. RGB value is (203,192,238). Sum of RGB (Red+Green+Blue) = 203+192+238=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0EE is #343F11. Grayscale: #C8C8C8. Windows color (decimal): -3424018 or 15646923. OLE color: 15646923.
HSL color Cylindrical-coordinate representation of color #CBC0EE: hue angle of 254.35º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBC0EE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 192 | 238 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.07 |
| HSL | 254.35º | 0.58% | 0.84% | - |
| HSV(B) | 254.35º | 0.19% | 0.93% | - |
| XYZ | 58.91 | 56.57 | 88.7 | - |
| YUV | 200.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 238 | 0.15 | 0.19 | 0 | 0.07 | 254.35 | 0.58 | 0.84 |
| Hex | CB | C0 | EE | F | 13 | 0 | 7 | FE | 3A | 54 |
| Octal | 313 | 300 | 356 | 17 | 23 | 0 | 7 | 376 | 72 | 124 |
| Binary | 11001011 | 11000000 | 11101110 | 1111 | 10011 | 0 | 111 | 11111110 | 111010 | 1010100 |
Color Harmonies of #CBC0EE
Complementary color
Monochromatic Colors of #CBC0EE
Black with #CBC0EE
Text Example
Text Example
White with #CBC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0EE; }
p { color: rgb(203,192,238); }
H1.HeaderClassName
{
color: #CBC0EE;
}
.AnyTagClassName
{
color: #CBC0EE;
}
</style>
background-color css
<style>
a { background-color: #CBC0EE; }
a { background-color: rgb(203,192,238); }
div.DivClassName
{
background-color: #CBC0EE;
}
.BgClassName
{
background-color: #CBC0EE;
}
</style>
border-color css
<style>
span { border-color: #CBC0EE; }
span { border-color: rgb(203,192,238); }
td.TdClassName
{
border-color: #CBC0EE;
}
.TagClassName
{
border-color: #CBC0EE;
}
</style>