Shades of Melanie #CEB2BD
Tints of Melanie #CEB2BD
RGB
CMYK
RGB Variations
Color information
#CEB2BD (or 0xCEB2BD) is known color: Melanie. HEX triplet: CE, B2 and BD. RGB value is (206,178,189). Sum of RGB (Red+Green+Blue) = 206+178+189=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2BD is #314D42. Grayscale: #BBBBBB. Windows color (decimal): -3231043 or 12432078. OLE color: 12432078.
HSL color Cylindrical-coordinate representation of color #CEB2BD: hue angle of 336.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB2BD is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 189 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.19 |
| HSL | 336.43º | 0.22% | 0.75% | - |
| HSV(B) | 336.43º | 0.14% | 0.81% | - |
| XYZ | 50.56 | 48.64 | 54.87 | - |
| YUV | 187.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 189 | 0 | 0.14 | 0.08 | 0.19 | 336.43 | 0.22 | 0.75 |
| Hex | CE | B2 | BD | 0 | E | 8 | 13 | 150 | 16 | 4B |
| Octal | 316 | 262 | 275 | 0 | 16 | 10 | 23 | 520 | 26 | 113 |
| Binary | 11001110 | 10110010 | 10111101 | 0 | 1110 | 1000 | 10011 | 101010000 | 10110 | 1001011 |
Color Harmonies of #CEB2BD
Complementary color
Monochromatic Colors of #CEB2BD
Black with #CEB2BD
Text Example
Text Example
White with #CEB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2BD; }
p { color: rgb(206,178,189); }
H1.HeaderClassName
{
color: #CEB2BD;
}
.AnyTagClassName
{
color: #CEB2BD;
}
</style>
background-color css
<style>
a { background-color: #CEB2BD; }
a { background-color: rgb(206,178,189); }
div.DivClassName
{
background-color: #CEB2BD;
}
.BgClassName
{
background-color: #CEB2BD;
}
</style>
border-color css
<style>
span { border-color: #CEB2BD; }
span { border-color: rgb(206,178,189); }
td.TdClassName
{
border-color: #CEB2BD;
}
.TagClassName
{
border-color: #CEB2BD;
}
</style>