Shades of Melanie #CEC7C8
Tints of Melanie #CEC7C8
RGB
CMYK
RGB Variations
Color information
#CEC7C8 (or 0xCEC7C8) is known color: Melanie. HEX triplet: CE, C7 and C8. RGB value is (206,199,200). Sum of RGB (Red+Green+Blue) = 206+199+200=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7C8 is #313837. Grayscale: #C9C9C9. Windows color (decimal): -3225656 or 13158350. OLE color: 13158350.
HSL color Cylindrical-coordinate representation of color #CEC7C8: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC7C8 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 200 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.19 |
| HSL | 351.43º | 0.07% | 0.79% | - |
| HSV(B) | 351.43º | 0.03% | 0.81% | - |
| XYZ | 56.3 | 58.14 | 62.9 | - |
| YUV | 201.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 200 | 0 | 0.03 | 0.03 | 0.19 | 351.43 | 0.07 | 0.79 |
| Hex | CE | C7 | C8 | 0 | 3 | 3 | 13 | 15F | 7 | 4F |
| Octal | 316 | 307 | 310 | 0 | 3 | 3 | 23 | 537 | 7 | 117 |
| Binary | 11001110 | 11000111 | 11001000 | 0 | 11 | 11 | 10011 | 101011111 | 111 | 1001111 |
Color Harmonies of #CEC7C8
Complementary color
Monochromatic Colors of #CEC7C8
Black with #CEC7C8
Text Example
Text Example
White with #CEC7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7C8; }
p { color: rgb(206,199,200); }
H1.HeaderClassName
{
color: #CEC7C8;
}
.AnyTagClassName
{
color: #CEC7C8;
}
</style>
background-color css
<style>
a { background-color: #CEC7C8; }
a { background-color: rgb(206,199,200); }
div.DivClassName
{
background-color: #CEC7C8;
}
.BgClassName
{
background-color: #CEC7C8;
}
</style>
border-color css
<style>
span { border-color: #CEC7C8; }
span { border-color: rgb(206,199,200); }
td.TdClassName
{
border-color: #CEC7C8;
}
.TagClassName
{
border-color: #CEC7C8;
}
</style>