Shades of Melanie #CEBCC2
Tints of Melanie #CEBCC2
RGB
CMYK
RGB Variations
Color information
#CEBCC2 (or 0xCEBCC2) is known color: Melanie. HEX triplet: CE, BC and C2. RGB value is (206,188,194). Sum of RGB (Red+Green+Blue) = 206+188+194=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 194 (76.17% from 255 or 32.99% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCC2 is #31433D. Grayscale: #C2C2C2. Windows color (decimal): -3228478 or 12762318. OLE color: 12762318.
HSL color Cylindrical-coordinate representation of color #CEBCC2: hue angle of 340º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBCC2 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 194 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.19 |
| HSL | 340º | 0.16% | 0.77% | - |
| HSV(B) | 340º | 0.09% | 0.81% | - |
| XYZ | 53.17 | 52.98 | 58.46 | - |
| YUV | 194.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 194 | 0 | 0.09 | 0.06 | 0.19 | 340 | 0.16 | 0.77 |
| Hex | CE | BC | C2 | 0 | 9 | 6 | 13 | 154 | 10 | 4D |
| Octal | 316 | 274 | 302 | 0 | 11 | 6 | 23 | 524 | 20 | 115 |
| Binary | 11001110 | 10111100 | 11000010 | 0 | 1001 | 110 | 10011 | 101010100 | 10000 | 1001101 |
Color Harmonies of #CEBCC2
Complementary color
Monochromatic Colors of #CEBCC2
Black with #CEBCC2
Text Example
Text Example
White with #CEBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBCC2; }
p { color: rgb(206,188,194); }
H1.HeaderClassName
{
color: #CEBCC2;
}
.AnyTagClassName
{
color: #CEBCC2;
}
</style>
background-color css
<style>
a { background-color: #CEBCC2; }
a { background-color: rgb(206,188,194); }
div.DivClassName
{
background-color: #CEBCC2;
}
.BgClassName
{
background-color: #CEBCC2;
}
</style>
border-color css
<style>
span { border-color: #CEBCC2; }
span { border-color: rgb(206,188,194); }
td.TdClassName
{
border-color: #CEBCC2;
}
.TagClassName
{
border-color: #CEBCC2;
}
</style>