Shades of Melanie #CEBFC3
Tints of Melanie #CEBFC3
RGB
CMYK
RGB Variations
Color information
#CEBFC3 (or 0xCEBFC3) is known color: Melanie. HEX triplet: CE, BF and C3. RGB value is (206,191,195). Sum of RGB (Red+Green+Blue) = 206+191+195=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFC3 is #31403C. Grayscale: #C3C3C3. Windows color (decimal): -3227709 or 12828622. OLE color: 12828622.
HSL color Cylindrical-coordinate representation of color #CEBFC3: hue angle of 344º 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 #CEBFC3 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 195 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.19 |
| HSL | 344º | 0.13% | 0.78% | - |
| HSV(B) | 344º | 0.07% | 0.81% | - |
| XYZ | 53.93 | 54.32 | 59.27 | - |
| YUV | 195.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 195 | 0 | 0.07 | 0.05 | 0.19 | 344 | 0.13 | 0.78 |
| Hex | CE | BF | C3 | 0 | 7 | 5 | 13 | 158 | D | 4E |
| Octal | 316 | 277 | 303 | 0 | 7 | 5 | 23 | 530 | 15 | 116 |
| Binary | 11001110 | 10111111 | 11000011 | 0 | 111 | 101 | 10011 | 101011000 | 1101 | 1001110 |
Color Harmonies of #CEBFC3
Complementary color
Monochromatic Colors of #CEBFC3
Black with #CEBFC3
Text Example
Text Example
White with #CEBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFC3; }
p { color: rgb(206,191,195); }
H1.HeaderClassName
{
color: #CEBFC3;
}
.AnyTagClassName
{
color: #CEBFC3;
}
</style>
background-color css
<style>
a { background-color: #CEBFC3; }
a { background-color: rgb(206,191,195); }
div.DivClassName
{
background-color: #CEBFC3;
}
.BgClassName
{
background-color: #CEBFC3;
}
</style>
border-color css
<style>
span { border-color: #CEBFC3; }
span { border-color: rgb(206,191,195); }
td.TdClassName
{
border-color: #CEBFC3;
}
.TagClassName
{
border-color: #CEBFC3;
}
</style>