Shades of Melanie #CEC1C4
Tints of Melanie #CEC1C4
RGB
CMYK
RGB Variations
Color information
#CEC1C4 (or 0xCEC1C4) is known color: Melanie. HEX triplet: CE, C1 and C4. RGB value is (206,193,196). Sum of RGB (Red+Green+Blue) = 206+193+196=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1C4 is #313E3B. Grayscale: #C5C5C5. Windows color (decimal): -3227196 or 12894670. OLE color: 12894670.
HSL color Cylindrical-coordinate representation of color #CEC1C4: hue angle of 346.15º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC1C4 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 196 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.19 |
| HSL | 346.15º | 0.12% | 0.78% | - |
| HSV(B) | 346.15º | 0.06% | 0.81% | - |
| XYZ | 54.49 | 55.25 | 60.02 | - |
| YUV | 197.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 196 | 0 | 0.06 | 0.05 | 0.19 | 346.15 | 0.12 | 0.78 |
| Hex | CE | C1 | C4 | 0 | 6 | 5 | 13 | 15A | C | 4E |
| Octal | 316 | 301 | 304 | 0 | 6 | 5 | 23 | 532 | 14 | 116 |
| Binary | 11001110 | 11000001 | 11000100 | 0 | 110 | 101 | 10011 | 101011010 | 1100 | 1001110 |
Color Harmonies of #CEC1C4
Complementary color
Monochromatic Colors of #CEC1C4
Black with #CEC1C4
Text Example
Text Example
White with #CEC1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1C4; }
p { color: rgb(206,193,196); }
H1.HeaderClassName
{
color: #CEC1C4;
}
.AnyTagClassName
{
color: #CEC1C4;
}
</style>
background-color css
<style>
a { background-color: #CEC1C4; }
a { background-color: rgb(206,193,196); }
div.DivClassName
{
background-color: #CEC1C4;
}
.BgClassName
{
background-color: #CEC1C4;
}
</style>
border-color css
<style>
span { border-color: #CEC1C4; }
span { border-color: rgb(206,193,196); }
td.TdClassName
{
border-color: #CEC1C4;
}
.TagClassName
{
border-color: #CEC1C4;
}
</style>