Shades of Melrose #CBC6E0
Tints of Melrose #CBC6E0
RGB
CMYK
RGB Variations
Color information
#CBC6E0 (or 0xCBC6E0) is known color: Melrose. HEX triplet: CB, C6 and E0. RGB value is (203,198,224). Sum of RGB (Red+Green+Blue) = 203+198+224=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 224 (87.89% from 255 or 35.84% from 625); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBC6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6E0 is #34391F. Grayscale: #CACACA. Windows color (decimal): -3422496 or 14730955. OLE color: 14730955.
HSL color Cylindrical-coordinate representation of color #CBC6E0: hue angle of 251.54º 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 #CBC6E0 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 198 | 224 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.12 |
| HSL | 251.54º | 0.3% | 0.83% | - |
| HSV(B) | 251.54º | 0.12% | 0.88% | - |
| XYZ | 58.28 | 58.47 | 78.73 | - |
| YUV | 202.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 224 | 0.09 | 0.12 | 0 | 0.12 | 251.54 | 0.3 | 0.83 |
| Hex | CB | C6 | E0 | 9 | C | 0 | C | FC | 1E | 53 |
| Octal | 313 | 306 | 340 | 11 | 14 | 0 | 14 | 374 | 36 | 123 |
| Binary | 11001011 | 11000110 | 11100000 | 1001 | 1100 | 0 | 1100 | 11111100 | 11110 | 1010011 |
Color Harmonies of #CBC6E0
Complementary color
Monochromatic Colors of #CBC6E0
Black with #CBC6E0
Text Example
Text Example
White with #CBC6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6E0; }
p { color: rgb(203,198,224); }
H1.HeaderClassName
{
color: #CBC6E0;
}
.AnyTagClassName
{
color: #CBC6E0;
}
</style>
background-color css
<style>
a { background-color: #CBC6E0; }
a { background-color: rgb(203,198,224); }
div.DivClassName
{
background-color: #CBC6E0;
}
.BgClassName
{
background-color: #CBC6E0;
}
</style>
border-color css
<style>
span { border-color: #CBC6E0; }
span { border-color: rgb(203,198,224); }
td.TdClassName
{
border-color: #CBC6E0;
}
.TagClassName
{
border-color: #CBC6E0;
}
</style>