Shades of Melrose #CBC5E6
Tints of Melrose #CBC5E6
RGB
CMYK
RGB Variations
Color information
#CBC5E6 (or 0xCBC5E6) is known color: Melrose. HEX triplet: CB, C5 and E6. RGB value is (203,197,230). Sum of RGB (Red+Green+Blue) = 203+197+230=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5E6 is #343A19. Grayscale: #CACACA. Windows color (decimal): -3422746 or 15123915. OLE color: 15123915.
HSL color Cylindrical-coordinate representation of color #CBC5E6: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBC5E6 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 197 | 230 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.10 |
| HSL | 250.91º | 0.4% | 0.84% | - |
| HSV(B) | 250.91º | 0.14% | 0.9% | - |
| XYZ | 58.88 | 58.34 | 83.02 | - |
| YUV | 202.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 230 | 0.12 | 0.14 | 0 | 0.10 | 250.91 | 0.4 | 0.84 |
| Hex | CB | C5 | E6 | C | E | 0 | A | FB | 28 | 54 |
| Octal | 313 | 305 | 346 | 14 | 16 | 0 | 12 | 373 | 50 | 124 |
| Binary | 11001011 | 11000101 | 11100110 | 1100 | 1110 | 0 | 1010 | 11111011 | 101000 | 1010100 |
Color Harmonies of #CBC5E6
Complementary color
Monochromatic Colors of #CBC5E6
Black with #CBC5E6
Text Example
Text Example
White with #CBC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5E6; }
p { color: rgb(203,197,230); }
H1.HeaderClassName
{
color: #CBC5E6;
}
.AnyTagClassName
{
color: #CBC5E6;
}
</style>
background-color css
<style>
a { background-color: #CBC5E6; }
a { background-color: rgb(203,197,230); }
div.DivClassName
{
background-color: #CBC5E6;
}
.BgClassName
{
background-color: #CBC5E6;
}
</style>
border-color css
<style>
span { border-color: #CBC5E6; }
span { border-color: rgb(203,197,230); }
td.TdClassName
{
border-color: #CBC5E6;
}
.TagClassName
{
border-color: #CBC5E6;
}
</style>