Shades of Melrose #CBC0DC
Tints of Melrose #CBC0DC
RGB
CMYK
RGB Variations
Color information
#CBC0DC (or 0xCBC0DC) is known color: Melrose. HEX triplet: CB, C0 and DC. RGB value is (203,192,220). Sum of RGB (Red+Green+Blue) = 203+192+220=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0DC is #343F23. Grayscale: #C6C6C6. Windows color (decimal): -3424036 or 14467275. OLE color: 14467275.
HSL color Cylindrical-coordinate representation of color #CBC0DC: hue angle of 263.57º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC0DC is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 192 | 220 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.14 |
| HSL | 263.57º | 0.29% | 0.81% | - |
| HSV(B) | 263.57º | 0.13% | 0.86% | - |
| XYZ | 56.4 | 55.56 | 75.46 | - |
| YUV | 198.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 220 | 0.08 | 0.13 | 0 | 0.14 | 263.57 | 0.29 | 0.81 |
| Hex | CB | C0 | DC | 8 | D | 0 | E | 108 | 1D | 51 |
| Octal | 313 | 300 | 334 | 10 | 15 | 0 | 16 | 410 | 35 | 121 |
| Binary | 11001011 | 11000000 | 11011100 | 1000 | 1101 | 0 | 1110 | 100001000 | 11101 | 1010001 |
Color Harmonies of #CBC0DC
Complementary color
Monochromatic Colors of #CBC0DC
Black with #CBC0DC
Text Example
Text Example
White with #CBC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0DC; }
p { color: rgb(203,192,220); }
H1.HeaderClassName
{
color: #CBC0DC;
}
.AnyTagClassName
{
color: #CBC0DC;
}
</style>
background-color css
<style>
a { background-color: #CBC0DC; }
a { background-color: rgb(203,192,220); }
div.DivClassName
{
background-color: #CBC0DC;
}
.BgClassName
{
background-color: #CBC0DC;
}
</style>
border-color css
<style>
span { border-color: #CBC0DC; }
span { border-color: rgb(203,192,220); }
td.TdClassName
{
border-color: #CBC0DC;
}
.TagClassName
{
border-color: #CBC0DC;
}
</style>