Shades of Melrose #CBC0DF
Tints of Melrose #CBC0DF
RGB
CMYK
RGB Variations
Color information
#CBC0DF (or 0xCBC0DF) is known color: Melrose. HEX triplet: CB, C0 and DF. RGB value is (203,192,223). Sum of RGB (Red+Green+Blue) = 203+192+223=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0DF is #343F20. Grayscale: #C6C6C6. Windows color (decimal): -3424033 or 14663883. OLE color: 14663883.
HSL color Cylindrical-coordinate representation of color #CBC0DF: hue angle of 261.29º degrees, saturation: 0.33, 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 #CBC0DF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 192 | 223 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.13 |
| HSL | 261.29º | 0.33% | 0.81% | - |
| HSV(B) | 261.29º | 0.14% | 0.87% | - |
| XYZ | 56.8 | 55.72 | 77.57 | - |
| YUV | 198.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 223 | 0.09 | 0.14 | 0 | 0.13 | 261.29 | 0.33 | 0.81 |
| Hex | CB | C0 | DF | 9 | E | 0 | D | 105 | 21 | 51 |
| Octal | 313 | 300 | 337 | 11 | 16 | 0 | 15 | 405 | 41 | 121 |
| Binary | 11001011 | 11000000 | 11011111 | 1001 | 1110 | 0 | 1101 | 100000101 | 100001 | 1010001 |
Color Harmonies of #CBC0DF
Complementary color
Monochromatic Colors of #CBC0DF
Black with #CBC0DF
Text Example
Text Example
White with #CBC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0DF; }
p { color: rgb(203,192,223); }
H1.HeaderClassName
{
color: #CBC0DF;
}
.AnyTagClassName
{
color: #CBC0DF;
}
</style>
background-color css
<style>
a { background-color: #CBC0DF; }
a { background-color: rgb(203,192,223); }
div.DivClassName
{
background-color: #CBC0DF;
}
.BgClassName
{
background-color: #CBC0DF;
}
</style>
border-color css
<style>
span { border-color: #CBC0DF; }
span { border-color: rgb(203,192,223); }
td.TdClassName
{
border-color: #CBC0DF;
}
.TagClassName
{
border-color: #CBC0DF;
}
</style>