Shades of Melrose #CBC7D7
Tints of Melrose #CBC7D7
RGB
CMYK
RGB Variations
Color information
#CBC7D7 (or 0xCBC7D7) is known color: Melrose. HEX triplet: CB, C7 and D7. RGB value is (203,199,215). Sum of RGB (Red+Green+Blue) = 203+199+215=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBC7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7D7 is #343828. Grayscale: #C9C9C9. Windows color (decimal): -3422249 or 14141387. OLE color: 14141387.
HSL color Cylindrical-coordinate representation of color #CBC7D7: hue angle of 255º degrees, saturation: 0.17, 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 #CBC7D7 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 199 | 215 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.16 |
| HSL | 255º | 0.17% | 0.81% | - |
| HSV(B) | 255º | 0.07% | 0.84% | - |
| XYZ | 57.32 | 58.45 | 72.55 | - |
| YUV | 202.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 215 | 0.06 | 0.07 | 0 | 0.16 | 255 | 0.17 | 0.81 |
| Hex | CB | C7 | D7 | 6 | 7 | 0 | 10 | FF | 11 | 51 |
| Octal | 313 | 307 | 327 | 6 | 7 | 0 | 20 | 377 | 21 | 121 |
| Binary | 11001011 | 11000111 | 11010111 | 110 | 111 | 0 | 10000 | 11111111 | 10001 | 1010001 |
Color Harmonies of #CBC7D7
Complementary color
Monochromatic Colors of #CBC7D7
Black with #CBC7D7
Text Example
Text Example
White with #CBC7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7D7; }
p { color: rgb(203,199,215); }
H1.HeaderClassName
{
color: #CBC7D7;
}
.AnyTagClassName
{
color: #CBC7D7;
}
</style>
background-color css
<style>
a { background-color: #CBC7D7; }
a { background-color: rgb(203,199,215); }
div.DivClassName
{
background-color: #CBC7D7;
}
.BgClassName
{
background-color: #CBC7D7;
}
</style>
border-color css
<style>
span { border-color: #CBC7D7; }
span { border-color: rgb(203,199,215); }
td.TdClassName
{
border-color: #CBC7D7;
}
.TagClassName
{
border-color: #CBC7D7;
}
</style>