Shades of Melrose #CBC5D3
Tints of Melrose #CBC5D3
RGB
CMYK
RGB Variations
Color information
#CBC5D3 (or 0xCBC5D3) is known color: Melrose. HEX triplet: CB, C5 and D3. RGB value is (203,197,211). Sum of RGB (Red+Green+Blue) = 203+197+211=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5D3 is #343A2C. Grayscale: #C8C8C8. Windows color (decimal): -3422765 or 13878731. OLE color: 13878731.
HSL color Cylindrical-coordinate representation of color #CBC5D3: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC5D3 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 197 | 211 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.17 |
| HSL | 265.71º | 0.14% | 0.8% | - |
| HSV(B) | 265.71º | 0.07% | 0.83% | - |
| XYZ | 56.35 | 57.33 | 69.72 | - |
| YUV | 200.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 211 | 0.04 | 0.07 | 0 | 0.17 | 265.71 | 0.14 | 0.8 |
| Hex | CB | C5 | D3 | 4 | 7 | 0 | 11 | 10A | E | 50 |
| Octal | 313 | 305 | 323 | 4 | 7 | 0 | 21 | 412 | 16 | 120 |
| Binary | 11001011 | 11000101 | 11010011 | 100 | 111 | 0 | 10001 | 100001010 | 1110 | 1010000 |
Color Harmonies of #CBC5D3
Complementary color
Monochromatic Colors of #CBC5D3
Black with #CBC5D3
Text Example
Text Example
White with #CBC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5D3; }
p { color: rgb(203,197,211); }
H1.HeaderClassName
{
color: #CBC5D3;
}
.AnyTagClassName
{
color: #CBC5D3;
}
</style>
background-color css
<style>
a { background-color: #CBC5D3; }
a { background-color: rgb(203,197,211); }
div.DivClassName
{
background-color: #CBC5D3;
}
.BgClassName
{
background-color: #CBC5D3;
}
</style>
border-color css
<style>
span { border-color: #CBC5D3; }
span { border-color: rgb(203,197,211); }
td.TdClassName
{
border-color: #CBC5D3;
}
.TagClassName
{
border-color: #CBC5D3;
}
</style>