Shades of Melanie #CEADB8
Tints of Melanie #CEADB8
RGB
CMYK
RGB Variations
Color information
#CEADB8 (or 0xCEADB8) is known color: Melanie. HEX triplet: CE, AD and B8. RGB value is (206,173,184). Sum of RGB (Red+Green+Blue) = 206+173+184=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADB8 is #315247. Grayscale: #B8B8B8. Windows color (decimal): -3232328 or 12103118. OLE color: 12103118.
HSL color Cylindrical-coordinate representation of color #CEADB8: hue angle of 340º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEADB8 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 184 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.19 |
| HSL | 340º | 0.25% | 0.74% | - |
| HSV(B) | 340º | 0.16% | 0.81% | - |
| XYZ | 49.05 | 46.47 | 51.73 | - |
| YUV | 184.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 184 | 0 | 0.16 | 0.11 | 0.19 | 340 | 0.25 | 0.74 |
| Hex | CE | AD | B8 | 0 | 10 | B | 13 | 154 | 19 | 4A |
| Octal | 316 | 255 | 270 | 0 | 20 | 13 | 23 | 524 | 31 | 112 |
| Binary | 11001110 | 10101101 | 10111000 | 0 | 10000 | 1011 | 10011 | 101010100 | 11001 | 1001010 |
Color Harmonies of #CEADB8
Complementary color
Monochromatic Colors of #CEADB8
Black with #CEADB8
Text Example
Text Example
White with #CEADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADB8; }
p { color: rgb(206,173,184); }
H1.HeaderClassName
{
color: #CEADB8;
}
.AnyTagClassName
{
color: #CEADB8;
}
</style>
background-color css
<style>
a { background-color: #CEADB8; }
a { background-color: rgb(206,173,184); }
div.DivClassName
{
background-color: #CEADB8;
}
.BgClassName
{
background-color: #CEADB8;
}
</style>
border-color css
<style>
span { border-color: #CEADB8; }
span { border-color: rgb(206,173,184); }
td.TdClassName
{
border-color: #CEADB8;
}
.TagClassName
{
border-color: #CEADB8;
}
</style>