Shades of Melrose #CECBD7
Tints of Melrose #CECBD7
RGB
CMYK
RGB Variations
Color information
#CECBD7 (or 0xCECBD7) is known color: Melrose. HEX triplet: CE, CB and D7. RGB value is (206,203,215). Sum of RGB (Red+Green+Blue) = 206+203+215=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 215 - color contains mainly: blue. Hex color #CECBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBD7 is #313428. Grayscale: #CDCDCD. Windows color (decimal): -3224617 or 14142414. OLE color: 14142414.
HSL color Cylindrical-coordinate representation of color #CECBD7: hue angle of 255º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECBD7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 203 | 215 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.16 |
| HSL | 255º | 0.13% | 0.82% | - |
| HSV(B) | 255º | 0.06% | 0.84% | - |
| XYZ | 59.08 | 60.74 | 72.9 | - |
| YUV | 205.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 215 | 0.04 | 0.06 | 0 | 0.16 | 255 | 0.13 | 0.82 |
| Hex | CE | CB | D7 | 4 | 6 | 0 | 10 | FF | D | 52 |
| Octal | 316 | 313 | 327 | 4 | 6 | 0 | 20 | 377 | 15 | 122 |
| Binary | 11001110 | 11001011 | 11010111 | 100 | 110 | 0 | 10000 | 11111111 | 1101 | 1010010 |
Color Harmonies of #CECBD7
Complementary color
Monochromatic Colors of #CECBD7
Black with #CECBD7
Text Example
Text Example
White with #CECBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBD7; }
p { color: rgb(206,203,215); }
H1.HeaderClassName
{
color: #CECBD7;
}
.AnyTagClassName
{
color: #CECBD7;
}
</style>
background-color css
<style>
a { background-color: #CECBD7; }
a { background-color: rgb(206,203,215); }
div.DivClassName
{
background-color: #CECBD7;
}
.BgClassName
{
background-color: #CECBD7;
}
</style>
border-color css
<style>
span { border-color: #CECBD7; }
span { border-color: rgb(206,203,215); }
td.TdClassName
{
border-color: #CECBD7;
}
.TagClassName
{
border-color: #CECBD7;
}
</style>