Shades of Serenade #FFECD9
Tints of Serenade #FFECD9
RGB
CMYK
RGB Variations
Color information
#FFECD9 (or 0xFFECD9) is known color: Serenade. HEX triplet: FF, EC and D9. RGB value is (255,236,217). Sum of RGB (Red+Green+Blue) = 255+236+217=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 217 (85.16% from 255 or 30.65% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECD9 is #001326. Grayscale: #EFEFEF. Windows color (decimal): -4903 or 14281983. OLE color: 14281983.
HSL color Cylindrical-coordinate representation of color #FFECD9: hue angle of 30º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFECD9 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 217 | - |
| CMYK | 0 | 0.07 | 0.15 | 0 |
| HSL | 30º | 1% | 0.93% | - |
| HSV(B) | 30º | 0.15% | 1% | - |
| XYZ | 83.76 | 86.26 | 77.88 | - |
| YUV | 239.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 217 | 0 | 0.07 | 0.15 | 0 | 30 | 1 | 0.93 |
| Hex | FF | EC | D9 | 0 | 7 | F | 0 | 1E | 64 | 5D |
| Octal | 377 | 354 | 331 | 0 | 7 | 17 | 0 | 36 | 144 | 135 |
| Binary | 11111111 | 11101100 | 11011001 | 0 | 111 | 1111 | 0 | 11110 | 1100100 | 1011101 |
Color Harmonies of #FFECD9
Complementary color
Monochromatic Colors of #FFECD9
Black with #FFECD9
Text Example
Text Example
White with #FFECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECD9; }
p { color: rgb(255,236,217); }
H1.HeaderClassName
{
color: #FFECD9;
}
.AnyTagClassName
{
color: #FFECD9;
}
</style>
background-color css
<style>
a { background-color: #FFECD9; }
a { background-color: rgb(255,236,217); }
div.DivClassName
{
background-color: #FFECD9;
}
.BgClassName
{
background-color: #FFECD9;
}
</style>
border-color css
<style>
span { border-color: #FFECD9; }
span { border-color: rgb(255,236,217); }
td.TdClassName
{
border-color: #FFECD9;
}
.TagClassName
{
border-color: #FFECD9;
}
</style>