Shades of Melanie #CEAAB6
Tints of Melanie #CEAAB6
RGB
CMYK
RGB Variations
Color information
#CEAAB6 (or 0xCEAAB6) is known color: Melanie. HEX triplet: CE, AA and B6. RGB value is (206,170,182). Sum of RGB (Red+Green+Blue) = 206+170+182=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAAB6 is #315549. Grayscale: #B6B6B6. Windows color (decimal): -3233098 or 11971278. OLE color: 11971278.
HSL color Cylindrical-coordinate representation of color #CEAAB6: hue angle of 340º degrees, saturation: 0.27, 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 #CEAAB6 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 182 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.19 |
| HSL | 340º | 0.27% | 0.74% | - |
| HSV(B) | 340º | 0.17% | 0.81% | - |
| XYZ | 48.27 | 45.25 | 50.45 | - |
| YUV | 182.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 182 | 0 | 0.17 | 0.12 | 0.19 | 340 | 0.27 | 0.74 |
| Hex | CE | AA | B6 | 0 | 11 | C | 13 | 154 | 1B | 4A |
| Octal | 316 | 252 | 266 | 0 | 21 | 14 | 23 | 524 | 33 | 112 |
| Binary | 11001110 | 10101010 | 10110110 | 0 | 10001 | 1100 | 10011 | 101010100 | 11011 | 1001010 |
Color Harmonies of #CEAAB6
Complementary color
Monochromatic Colors of #CEAAB6
Black with #CEAAB6
Text Example
Text Example
White with #CEAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAB6; }
p { color: rgb(206,170,182); }
H1.HeaderClassName
{
color: #CEAAB6;
}
.AnyTagClassName
{
color: #CEAAB6;
}
</style>
background-color css
<style>
a { background-color: #CEAAB6; }
a { background-color: rgb(206,170,182); }
div.DivClassName
{
background-color: #CEAAB6;
}
.BgClassName
{
background-color: #CEAAB6;
}
</style>
border-color css
<style>
span { border-color: #CEAAB6; }
span { border-color: rgb(206,170,182); }
td.TdClassName
{
border-color: #CEAAB6;
}
.TagClassName
{
border-color: #CEAAB6;
}
</style>