Shades of Serenade #FFECDC
Tints of Serenade #FFECDC
RGB
CMYK
RGB Variations
Color information
#FFECDC (or 0xFFECDC) is known color: Serenade. HEX triplet: FF, EC and DC. RGB value is (255,236,220). Sum of RGB (Red+Green+Blue) = 255+236+220=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 220 (86.33% from 255 or 30.94% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECDC is #001323. Grayscale: #EFEFEF. Windows color (decimal): -4900 or 14478591. OLE color: 14478591.
HSL color Cylindrical-coordinate representation of color #FFECDC: hue angle of 27.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFECDC is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 220 | - |
| CMYK | 0 | 0.07 | 0.14 | 0 |
| HSL | 27.43º | 1% | 0.93% | - |
| HSV(B) | 27.43º | 0.14% | 1% | - |
| XYZ | 84.15 | 86.42 | 79.96 | - |
| YUV | 239.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 220 | 0 | 0.07 | 0.14 | 0 | 27.43 | 1 | 0.93 |
| Hex | FF | EC | DC | 0 | 7 | E | 0 | 1B | 64 | 5D |
| Octal | 377 | 354 | 334 | 0 | 7 | 16 | 0 | 33 | 144 | 135 |
| Binary | 11111111 | 11101100 | 11011100 | 0 | 111 | 1110 | 0 | 11011 | 1100100 | 1011101 |
Color Harmonies of #FFECDC
Complementary color
Monochromatic Colors of #FFECDC
Black with #FFECDC
Text Example
Text Example
White with #FFECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECDC; }
p { color: rgb(255,236,220); }
H1.HeaderClassName
{
color: #FFECDC;
}
.AnyTagClassName
{
color: #FFECDC;
}
</style>
background-color css
<style>
a { background-color: #FFECDC; }
a { background-color: rgb(255,236,220); }
div.DivClassName
{
background-color: #FFECDC;
}
.BgClassName
{
background-color: #FFECDC;
}
</style>
border-color css
<style>
span { border-color: #FFECDC; }
span { border-color: rgb(255,236,220); }
td.TdClassName
{
border-color: #FFECDC;
}
.TagClassName
{
border-color: #FFECDC;
}
</style>