Shades of Serenade #FFEAD7
Tints of Serenade #FFEAD7
RGB
CMYK
RGB Variations
Color information
#FFEAD7 (or 0xFFEAD7) is known color: Serenade. HEX triplet: FF, EA and D7. RGB value is (255,234,215). Sum of RGB (Red+Green+Blue) = 255+234+215=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEAD7 is #001528. Grayscale: #EEEEEE. Windows color (decimal): -5417 or 14150399. OLE color: 14150399.
HSL color Cylindrical-coordinate representation of color #FFEAD7: hue angle of 28.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFEAD7 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 215 | - |
| CMYK | 0 | 0.08 | 0.16 | 0 |
| HSL | 28.5º | 1% | 0.92% | - |
| HSV(B) | 28.5º | 0.16% | 1% | - |
| XYZ | 82.93 | 85.01 | 76.33 | - |
| YUV | 238.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 215 | 0 | 0.08 | 0.16 | 0 | 28.5 | 1 | 0.92 |
| Hex | FF | EA | D7 | 0 | 8 | 10 | 0 | 1C | 64 | 5C |
| Octal | 377 | 352 | 327 | 0 | 10 | 20 | 0 | 34 | 144 | 134 |
| Binary | 11111111 | 11101010 | 11010111 | 0 | 1000 | 10000 | 0 | 11100 | 1100100 | 1011100 |
Color Harmonies of #FFEAD7
Complementary color
Monochromatic Colors of #FFEAD7
Black with #FFEAD7
Text Example
Text Example
White with #FFEAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAD7; }
p { color: rgb(255,234,215); }
H1.HeaderClassName
{
color: #FFEAD7;
}
.AnyTagClassName
{
color: #FFEAD7;
}
</style>
background-color css
<style>
a { background-color: #FFEAD7; }
a { background-color: rgb(255,234,215); }
div.DivClassName
{
background-color: #FFEAD7;
}
.BgClassName
{
background-color: #FFEAD7;
}
</style>
border-color css
<style>
span { border-color: #FFEAD7; }
span { border-color: rgb(255,234,215); }
td.TdClassName
{
border-color: #FFEAD7;
}
.TagClassName
{
border-color: #FFEAD7;
}
</style>