Shades of Melrose #CBC8D6
Tints of Melrose #CBC8D6
RGB
CMYK
RGB Variations
Color information
#CBC8D6 (or 0xCBC8D6) is known color: Melrose. HEX triplet: CB, C8 and D6. RGB value is (203,200,214). Sum of RGB (Red+Green+Blue) = 203+200+214=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBC8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8D6 is #343729. Grayscale: #CACACA. Windows color (decimal): -3421994 or 14076107. OLE color: 14076107.
HSL color Cylindrical-coordinate representation of color #CBC8D6: hue angle of 252.86º degrees, saturation: 0.15, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC8D6 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 200 | 214 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.16 |
| HSL | 252.86º | 0.15% | 0.81% | - |
| HSV(B) | 252.86º | 0.07% | 0.84% | - |
| XYZ | 57.42 | 58.86 | 71.95 | - |
| YUV | 202.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 214 | 0.05 | 0.07 | 0 | 0.16 | 252.86 | 0.15 | 0.81 |
| Hex | CB | C8 | D6 | 5 | 7 | 0 | 10 | FD | F | 51 |
| Octal | 313 | 310 | 326 | 5 | 7 | 0 | 20 | 375 | 17 | 121 |
| Binary | 11001011 | 11001000 | 11010110 | 101 | 111 | 0 | 10000 | 11111101 | 1111 | 1010001 |
Color Harmonies of #CBC8D6
Complementary color
Monochromatic Colors of #CBC8D6
Black with #CBC8D6
Text Example
Text Example
White with #CBC8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8D6; }
p { color: rgb(203,200,214); }
H1.HeaderClassName
{
color: #CBC8D6;
}
.AnyTagClassName
{
color: #CBC8D6;
}
</style>
background-color css
<style>
a { background-color: #CBC8D6; }
a { background-color: rgb(203,200,214); }
div.DivClassName
{
background-color: #CBC8D6;
}
.BgClassName
{
background-color: #CBC8D6;
}
</style>
border-color css
<style>
span { border-color: #CBC8D6; }
span { border-color: rgb(203,200,214); }
td.TdClassName
{
border-color: #CBC8D6;
}
.TagClassName
{
border-color: #CBC8D6;
}
</style>