Shades of Melrose #CBC0DD
Tints of Melrose #CBC0DD
RGB
CMYK
RGB Variations
Color information
#CBC0DD (or 0xCBC0DD) is known color: Melrose. HEX triplet: CB, C0 and DD. RGB value is (203,192,221). Sum of RGB (Red+Green+Blue) = 203+192+221=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0DD is #343F22. Grayscale: #C6C6C6. Windows color (decimal): -3424035 or 14532811. OLE color: 14532811.
HSL color Cylindrical-coordinate representation of color #CBC0DD: hue angle of 262.76º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC0DD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 192 | 221 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.13 |
| HSL | 262.76º | 0.3% | 0.81% | - |
| HSV(B) | 262.76º | 0.13% | 0.87% | - |
| XYZ | 56.53 | 55.62 | 76.16 | - |
| YUV | 198.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 221 | 0.08 | 0.13 | 0 | 0.13 | 262.76 | 0.3 | 0.81 |
| Hex | CB | C0 | DD | 8 | D | 0 | D | 107 | 1E | 51 |
| Octal | 313 | 300 | 335 | 10 | 15 | 0 | 15 | 407 | 36 | 121 |
| Binary | 11001011 | 11000000 | 11011101 | 1000 | 1101 | 0 | 1101 | 100000111 | 11110 | 1010001 |
Color Harmonies of #CBC0DD
Complementary color
Monochromatic Colors of #CBC0DD
Black with #CBC0DD
Text Example
Text Example
White with #CBC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0DD; }
p { color: rgb(203,192,221); }
H1.HeaderClassName
{
color: #CBC0DD;
}
.AnyTagClassName
{
color: #CBC0DD;
}
</style>
background-color css
<style>
a { background-color: #CBC0DD; }
a { background-color: rgb(203,192,221); }
div.DivClassName
{
background-color: #CBC0DD;
}
.BgClassName
{
background-color: #CBC0DD;
}
</style>
border-color css
<style>
span { border-color: #CBC0DD; }
span { border-color: rgb(203,192,221); }
td.TdClassName
{
border-color: #CBC0DD;
}
.TagClassName
{
border-color: #CBC0DD;
}
</style>