Shades of Melrose #CBC0D9
Tints of Melrose #CBC0D9
RGB
CMYK
RGB Variations
Color information
#CBC0D9 (or 0xCBC0D9) is known color: Melrose. HEX triplet: CB, C0 and D9. RGB value is (203,192,217). Sum of RGB (Red+Green+Blue) = 203+192+217=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0D9 is #343F26. Grayscale: #C6C6C6. Windows color (decimal): -3424039 or 14270667. OLE color: 14270667.
HSL color Cylindrical-coordinate representation of color #CBC0D9: hue angle of 266.4º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC0D9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 192 | 217 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.15 |
| HSL | 266.4º | 0.25% | 0.8% | - |
| HSV(B) | 266.4º | 0.12% | 0.85% | - |
| XYZ | 56 | 55.41 | 73.39 | - |
| YUV | 198.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 217 | 0.06 | 0.12 | 0 | 0.15 | 266.4 | 0.25 | 0.8 |
| Hex | CB | C0 | D9 | 6 | C | 0 | F | 10A | 19 | 50 |
| Octal | 313 | 300 | 331 | 6 | 14 | 0 | 17 | 412 | 31 | 120 |
| Binary | 11001011 | 11000000 | 11011001 | 110 | 1100 | 0 | 1111 | 100001010 | 11001 | 1010000 |
Color Harmonies of #CBC0D9
Complementary color
Monochromatic Colors of #CBC0D9
Black with #CBC0D9
Text Example
Text Example
White with #CBC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0D9; }
p { color: rgb(203,192,217); }
H1.HeaderClassName
{
color: #CBC0D9;
}
.AnyTagClassName
{
color: #CBC0D9;
}
</style>
background-color css
<style>
a { background-color: #CBC0D9; }
a { background-color: rgb(203,192,217); }
div.DivClassName
{
background-color: #CBC0D9;
}
.BgClassName
{
background-color: #CBC0D9;
}
</style>
border-color css
<style>
span { border-color: #CBC0D9; }
span { border-color: rgb(203,192,217); }
td.TdClassName
{
border-color: #CBC0D9;
}
.TagClassName
{
border-color: #CBC0D9;
}
</style>