Shades of Melanie #CEBFC4
Tints of Melanie #CEBFC4
RGB
CMYK
RGB Variations
Color information
#CEBFC4 (or 0xCEBFC4) is known color: Melanie. HEX triplet: CE, BF and C4. RGB value is (206,191,196). Sum of RGB (Red+Green+Blue) = 206+191+196=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFC4 is #31403B. Grayscale: #C4C4C4. Windows color (decimal): -3227708 or 12894158. OLE color: 12894158.
HSL color Cylindrical-coordinate representation of color #CEBFC4: hue angle of 340º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEBFC4 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 196 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.19 |
| HSL | 340º | 0.13% | 0.78% | - |
| HSV(B) | 340º | 0.07% | 0.81% | - |
| XYZ | 54.05 | 54.37 | 59.87 | - |
| YUV | 196.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 196 | 0 | 0.07 | 0.05 | 0.19 | 340 | 0.13 | 0.78 |
| Hex | CE | BF | C4 | 0 | 7 | 5 | 13 | 154 | D | 4E |
| Octal | 316 | 277 | 304 | 0 | 7 | 5 | 23 | 524 | 15 | 116 |
| Binary | 11001110 | 10111111 | 11000100 | 0 | 111 | 101 | 10011 | 101010100 | 1101 | 1001110 |
Color Harmonies of #CEBFC4
Complementary color
Monochromatic Colors of #CEBFC4
Black with #CEBFC4
Text Example
Text Example
White with #CEBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFC4; }
p { color: rgb(206,191,196); }
H1.HeaderClassName
{
color: #CEBFC4;
}
.AnyTagClassName
{
color: #CEBFC4;
}
</style>
background-color css
<style>
a { background-color: #CEBFC4; }
a { background-color: rgb(206,191,196); }
div.DivClassName
{
background-color: #CEBFC4;
}
.BgClassName
{
background-color: #CEBFC4;
}
</style>
border-color css
<style>
span { border-color: #CEBFC4; }
span { border-color: rgb(206,191,196); }
td.TdClassName
{
border-color: #CEBFC4;
}
.TagClassName
{
border-color: #CEBFC4;
}
</style>