Shades of Serenade #FFECDB
Tints of Serenade #FFECDB
RGB
CMYK
RGB Variations
Color information
#FFECDB (or 0xFFECDB) is known color: Serenade. HEX triplet: FF, EC and DB. RGB value is (255,236,219). Sum of RGB (Red+Green+Blue) = 255+236+219=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 236 (92.58% from 255 or 33.24% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFECDB is #001324. Grayscale: #EFEFEF. Windows color (decimal): -4901 or 14413055. OLE color: 14413055.
HSL color Cylindrical-coordinate representation of color #FFECDB: hue angle of 28.33º 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 #FFECDB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 236 | 219 | - |
CMYK | 0 | 0.07 | 0.14 | 0 |
HSL | 28.33º | 1% | 0.93% | - |
HSV(B) | 28.33º | 0.14% | 1% | - |
XYZ | 84.02 | 86.37 | 79.26 | - |
YUV | 239.74 | 116.29 | 138.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 236 | 219 | 0 | 0.07 | 0.14 | 0 | 28.33 | 1 | 0.93 |
Hex | FF | EC | DB | 0 | 7 | E | 0 | 1C | 64 | 5D |
Octal | 377 | 354 | 333 | 0 | 7 | 16 | 0 | 34 | 144 | 135 |
Binary | 11111111 | 11101100 | 11011011 | 0 | 111 | 1110 | 0 | 11100 | 1100100 | 1011101 |
Color Harmonies of #FFECDB
Complementary color
Monochromatic Colors of #FFECDB
Black with #FFECDB
Text Example
Text Example
White with #FFECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECDB; }
p { color: rgb(255,236,219); }
H1.HeaderClassName
{
color: #FFECDB;
}
.AnyTagClassName
{
color: #FFECDB;
}
</style>
background-color css
<style>
a { background-color: #FFECDB; }
a { background-color: rgb(255,236,219); }
div.DivClassName
{
background-color: #FFECDB;
}
.BgClassName
{
background-color: #FFECDB;
}
</style>
border-color css
<style>
span { border-color: #FFECDB; }
span { border-color: rgb(255,236,219); }
td.TdClassName
{
border-color: #FFECDB;
}
.TagClassName
{
border-color: #FFECDB;
}
</style>