Shades of Melanie #CEADB7
Tints of Melanie #CEADB7
RGB
CMYK
RGB Variations
Color information
#CEADB7 (or 0xCEADB7) is known color: Melanie. HEX triplet: CE, AD and B7. RGB value is (206,173,183). Sum of RGB (Red+Green+Blue) = 206+173+183=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADB7 is #315248. Grayscale: #B8B8B8. Windows color (decimal): -3232329 or 12037582. OLE color: 12037582.
HSL color Cylindrical-coordinate representation of color #CEADB7: hue angle of 341.82º 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 #CEADB7 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 183 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.19 |
| HSL | 341.82º | 0.25% | 0.74% | - |
| HSV(B) | 341.82º | 0.16% | 0.81% | - |
| XYZ | 48.94 | 46.43 | 51.18 | - |
| YUV | 184.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 183 | 0 | 0.16 | 0.11 | 0.19 | 341.82 | 0.25 | 0.74 |
| Hex | CE | AD | B7 | 0 | 10 | B | 13 | 156 | 19 | 4A |
| Octal | 316 | 255 | 267 | 0 | 20 | 13 | 23 | 526 | 31 | 112 |
| Binary | 11001110 | 10101101 | 10110111 | 0 | 10000 | 1011 | 10011 | 101010110 | 11001 | 1001010 |
Color Harmonies of #CEADB7
Complementary color
Monochromatic Colors of #CEADB7
Black with #CEADB7
Text Example
Text Example
White with #CEADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADB7; }
p { color: rgb(206,173,183); }
H1.HeaderClassName
{
color: #CEADB7;
}
.AnyTagClassName
{
color: #CEADB7;
}
</style>
background-color css
<style>
a { background-color: #CEADB7; }
a { background-color: rgb(206,173,183); }
div.DivClassName
{
background-color: #CEADB7;
}
.BgClassName
{
background-color: #CEADB7;
}
</style>
border-color css
<style>
span { border-color: #CEADB7; }
span { border-color: rgb(206,173,183); }
td.TdClassName
{
border-color: #CEADB7;
}
.TagClassName
{
border-color: #CEADB7;
}
</style>