Shades of Melrose #CBC8D8
Tints of Melrose #CBC8D8
RGB
CMYK
RGB Variations
Color information
#CBC8D8 (or 0xCBC8D8) is known color: Melrose. HEX triplet: CB, C8 and D8. RGB value is (203,200,216). Sum of RGB (Red+Green+Blue) = 203+200+216=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBC8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8D8 is #343727. Grayscale: #CACACA. Windows color (decimal): -3421992 or 14207179. OLE color: 14207179.
HSL color Cylindrical-coordinate representation of color #CBC8D8: hue angle of 251.25º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC8D8 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 200 | 216 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.15 |
| HSL | 251.25º | 0.17% | 0.82% | - |
| HSV(B) | 251.25º | 0.07% | 0.85% | - |
| XYZ | 57.68 | 58.96 | 73.31 | - |
| YUV | 202.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 216 | 0.06 | 0.07 | 0 | 0.15 | 251.25 | 0.17 | 0.82 |
| Hex | CB | C8 | D8 | 6 | 7 | 0 | F | FB | 11 | 52 |
| Octal | 313 | 310 | 330 | 6 | 7 | 0 | 17 | 373 | 21 | 122 |
| Binary | 11001011 | 11001000 | 11011000 | 110 | 111 | 0 | 1111 | 11111011 | 10001 | 1010010 |
Color Harmonies of #CBC8D8
Complementary color
Monochromatic Colors of #CBC8D8
Black with #CBC8D8
Text Example
Text Example
White with #CBC8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8D8; }
p { color: rgb(203,200,216); }
H1.HeaderClassName
{
color: #CBC8D8;
}
.AnyTagClassName
{
color: #CBC8D8;
}
</style>
background-color css
<style>
a { background-color: #CBC8D8; }
a { background-color: rgb(203,200,216); }
div.DivClassName
{
background-color: #CBC8D8;
}
.BgClassName
{
background-color: #CBC8D8;
}
</style>
border-color css
<style>
span { border-color: #CBC8D8; }
span { border-color: rgb(203,200,216); }
td.TdClassName
{
border-color: #CBC8D8;
}
.TagClassName
{
border-color: #CBC8D8;
}
</style>