Shades of Melrose #CBC2D8
Tints of Melrose #CBC2D8
RGB
CMYK
RGB Variations
Color information
#CBC2D8 (or 0xCBC2D8) is known color: Melrose. HEX triplet: CB, C2 and D8. RGB value is (203,194,216). Sum of RGB (Red+Green+Blue) = 203+194+216=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBC2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2D8 is #343D27. Grayscale: #C7C7C7. Windows color (decimal): -3423528 or 14205643. OLE color: 14205643.
HSL color Cylindrical-coordinate representation of color #CBC2D8: hue angle of 264.55º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC2D8 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 194 | 216 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.15 |
| HSL | 264.55º | 0.22% | 0.8% | - |
| HSV(B) | 264.55º | 0.1% | 0.85% | - |
| XYZ | 56.32 | 56.24 | 72.85 | - |
| YUV | 199.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 216 | 0.06 | 0.10 | 0 | 0.15 | 264.55 | 0.22 | 0.8 |
| Hex | CB | C2 | D8 | 6 | A | 0 | F | 109 | 16 | 50 |
| Octal | 313 | 302 | 330 | 6 | 12 | 0 | 17 | 411 | 26 | 120 |
| Binary | 11001011 | 11000010 | 11011000 | 110 | 1010 | 0 | 1111 | 100001001 | 10110 | 1010000 |
Color Harmonies of #CBC2D8
Complementary color
Monochromatic Colors of #CBC2D8
Black with #CBC2D8
Text Example
Text Example
White with #CBC2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2D8; }
p { color: rgb(203,194,216); }
H1.HeaderClassName
{
color: #CBC2D8;
}
.AnyTagClassName
{
color: #CBC2D8;
}
</style>
background-color css
<style>
a { background-color: #CBC2D8; }
a { background-color: rgb(203,194,216); }
div.DivClassName
{
background-color: #CBC2D8;
}
.BgClassName
{
background-color: #CBC2D8;
}
</style>
border-color css
<style>
span { border-color: #CBC2D8; }
span { border-color: rgb(203,194,216); }
td.TdClassName
{
border-color: #CBC2D8;
}
.TagClassName
{
border-color: #CBC2D8;
}
</style>