Shades of Melrose #CBC5E0
Tints of Melrose #CBC5E0
RGB
CMYK
RGB Variations
Color information
#CBC5E0 (or 0xCBC5E0) is known color: Melrose. HEX triplet: CB, C5 and E0. RGB value is (203,197,224). Sum of RGB (Red+Green+Blue) = 203+197+224=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBC5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5E0 is #343A1F. Grayscale: #C9C9C9. Windows color (decimal): -3422752 or 14730699. OLE color: 14730699.
HSL color Cylindrical-coordinate representation of color #CBC5E0: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC5E0 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 197 | 224 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.12 |
| HSL | 253.33º | 0.3% | 0.83% | - |
| HSV(B) | 253.33º | 0.12% | 0.88% | - |
| XYZ | 58.05 | 58.01 | 78.66 | - |
| YUV | 201.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 224 | 0.09 | 0.12 | 0 | 0.12 | 253.33 | 0.3 | 0.83 |
| Hex | CB | C5 | E0 | 9 | C | 0 | C | FD | 1E | 53 |
| Octal | 313 | 305 | 340 | 11 | 14 | 0 | 14 | 375 | 36 | 123 |
| Binary | 11001011 | 11000101 | 11100000 | 1001 | 1100 | 0 | 1100 | 11111101 | 11110 | 1010011 |
Color Harmonies of #CBC5E0
Complementary color
Monochromatic Colors of #CBC5E0
Black with #CBC5E0
Text Example
Text Example
White with #CBC5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5E0; }
p { color: rgb(203,197,224); }
H1.HeaderClassName
{
color: #CBC5E0;
}
.AnyTagClassName
{
color: #CBC5E0;
}
</style>
background-color css
<style>
a { background-color: #CBC5E0; }
a { background-color: rgb(203,197,224); }
div.DivClassName
{
background-color: #CBC5E0;
}
.BgClassName
{
background-color: #CBC5E0;
}
</style>
border-color css
<style>
span { border-color: #CBC5E0; }
span { border-color: rgb(203,197,224); }
td.TdClassName
{
border-color: #CBC5E0;
}
.TagClassName
{
border-color: #CBC5E0;
}
</style>