Shades of Melrose #CBC8D2
Tints of Melrose #CBC8D2
RGB
CMYK
RGB Variations
Color information
#CBC8D2 (or 0xCBC8D2) is known color: Melrose. HEX triplet: CB, C8 and D2. RGB value is (203,200,210). Sum of RGB (Red+Green+Blue) = 203+200+210=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBC8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8D2 is #34372D. Grayscale: #CACACA. Windows color (decimal): -3421998 or 13813963. OLE color: 13813963.
HSL color Cylindrical-coordinate representation of color #CBC8D2: hue angle of 258º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC8D2 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 200 | 210 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.18 |
| HSL | 258º | 0.1% | 0.8% | - |
| HSV(B) | 258º | 0.05% | 0.82% | - |
| XYZ | 56.92 | 58.66 | 69.3 | - |
| YUV | 202.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 210 | 0.03 | 0.05 | 0 | 0.18 | 258 | 0.1 | 0.8 |
| Hex | CB | C8 | D2 | 3 | 5 | 0 | 12 | 102 | A | 50 |
| Octal | 313 | 310 | 322 | 3 | 5 | 0 | 22 | 402 | 12 | 120 |
| Binary | 11001011 | 11001000 | 11010010 | 11 | 101 | 0 | 10010 | 100000010 | 1010 | 1010000 |
Color Harmonies of #CBC8D2
Complementary color
Monochromatic Colors of #CBC8D2
Black with #CBC8D2
Text Example
Text Example
White with #CBC8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8D2; }
p { color: rgb(203,200,210); }
H1.HeaderClassName
{
color: #CBC8D2;
}
.AnyTagClassName
{
color: #CBC8D2;
}
</style>
background-color css
<style>
a { background-color: #CBC8D2; }
a { background-color: rgb(203,200,210); }
div.DivClassName
{
background-color: #CBC8D2;
}
.BgClassName
{
background-color: #CBC8D2;
}
</style>
border-color css
<style>
span { border-color: #CBC8D2; }
span { border-color: rgb(203,200,210); }
td.TdClassName
{
border-color: #CBC8D2;
}
.TagClassName
{
border-color: #CBC8D2;
}
</style>