Shades of Melanie #CEACB9
Tints of Melanie #CEACB9
RGB
CMYK
RGB Variations
Color information
#CEACB9 (or 0xCEACB9) is known color: Melanie. HEX triplet: CE, AC and B9. RGB value is (206,172,185). Sum of RGB (Red+Green+Blue) = 206+172+185=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACB9 is #315346. Grayscale: #B7B7B7. Windows color (decimal): -3232583 or 12168398. OLE color: 12168398.
HSL color Cylindrical-coordinate representation of color #CEACB9: hue angle of 337.06º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEACB9 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 185 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.19 |
| HSL | 337.06º | 0.26% | 0.74% | - |
| HSV(B) | 337.06º | 0.17% | 0.81% | - |
| XYZ | 48.96 | 46.13 | 52.22 | - |
| YUV | 183.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 185 | 0 | 0.17 | 0.10 | 0.19 | 337.06 | 0.26 | 0.74 |
| Hex | CE | AC | B9 | 0 | 11 | A | 13 | 151 | 1A | 4A |
| Octal | 316 | 254 | 271 | 0 | 21 | 12 | 23 | 521 | 32 | 112 |
| Binary | 11001110 | 10101100 | 10111001 | 0 | 10001 | 1010 | 10011 | 101010001 | 11010 | 1001010 |
Color Harmonies of #CEACB9
Complementary color
Monochromatic Colors of #CEACB9
Black with #CEACB9
Text Example
Text Example
White with #CEACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACB9; }
p { color: rgb(206,172,185); }
H1.HeaderClassName
{
color: #CEACB9;
}
.AnyTagClassName
{
color: #CEACB9;
}
</style>
background-color css
<style>
a { background-color: #CEACB9; }
a { background-color: rgb(206,172,185); }
div.DivClassName
{
background-color: #CEACB9;
}
.BgClassName
{
background-color: #CEACB9;
}
</style>
border-color css
<style>
span { border-color: #CEACB9; }
span { border-color: rgb(206,172,185); }
td.TdClassName
{
border-color: #CEACB9;
}
.TagClassName
{
border-color: #CEACB9;
}
</style>