Shades of Melrose #CBC0DE
Tints of Melrose #CBC0DE
RGB
CMYK
RGB Variations
Color information
#CBC0DE (or 0xCBC0DE) is known color: Melrose. HEX triplet: CB, C0 and DE. RGB value is (203,192,222). Sum of RGB (Red+Green+Blue) = 203+192+222=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBC0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0DE is #343F21. Grayscale: #C6C6C6. Windows color (decimal): -3424034 or 14598347. OLE color: 14598347.
HSL color Cylindrical-coordinate representation of color #CBC0DE: hue angle of 262º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBC0DE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 192 | 222 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.13 |
| HSL | 262º | 0.31% | 0.81% | - |
| HSV(B) | 262º | 0.14% | 0.87% | - |
| XYZ | 56.66 | 55.67 | 76.87 | - |
| YUV | 198.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 222 | 0.09 | 0.14 | 0 | 0.13 | 262 | 0.31 | 0.81 |
| Hex | CB | C0 | DE | 9 | E | 0 | D | 106 | 1F | 51 |
| Octal | 313 | 300 | 336 | 11 | 16 | 0 | 15 | 406 | 37 | 121 |
| Binary | 11001011 | 11000000 | 11011110 | 1001 | 1110 | 0 | 1101 | 100000110 | 11111 | 1010001 |
Color Harmonies of #CBC0DE
Complementary color
Monochromatic Colors of #CBC0DE
Black with #CBC0DE
Text Example
Text Example
White with #CBC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0DE; }
p { color: rgb(203,192,222); }
H1.HeaderClassName
{
color: #CBC0DE;
}
.AnyTagClassName
{
color: #CBC0DE;
}
</style>
background-color css
<style>
a { background-color: #CBC0DE; }
a { background-color: rgb(203,192,222); }
div.DivClassName
{
background-color: #CBC0DE;
}
.BgClassName
{
background-color: #CBC0DE;
}
</style>
border-color css
<style>
span { border-color: #CBC0DE; }
span { border-color: rgb(203,192,222); }
td.TdClassName
{
border-color: #CBC0DE;
}
.TagClassName
{
border-color: #CBC0DE;
}
</style>