Shades of Blanched Almond #FFE9D0
Tints of Blanched Almond #FFE9D0
RGB
CMYK
RGB Variations
Color information
#FFE9D0 (or 0xFFE9D0) is known color: Blanched Almond. HEX triplet: FF, E9 and D0. RGB value is (255,233,208). Sum of RGB (Red+Green+Blue) = 255+233+208=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE9D0 is #00162F. Grayscale: #ECECEC. Windows color (decimal): -5680 or 13691391. OLE color: 13691391.
HSL color Cylindrical-coordinate representation of color #FFE9D0: hue angle of 31.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFE9D0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 208 | - |
| CMYK | 0 | 0.09 | 0.18 | 0 |
| HSL | 31.91º | 1% | 0.91% | - |
| HSV(B) | 31.91º | 0.18% | 1% | - |
| XYZ | 81.76 | 84.09 | 71.6 | - |
| YUV | 236.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 208 | 0 | 0.09 | 0.18 | 0 | 31.91 | 1 | 0.91 |
| Hex | FF | E9 | D0 | 0 | 9 | 12 | 0 | 20 | 64 | 5B |
| Octal | 377 | 351 | 320 | 0 | 11 | 22 | 0 | 40 | 144 | 133 |
| Binary | 11111111 | 11101001 | 11010000 | 0 | 1001 | 10010 | 0 | 100000 | 1100100 | 1011011 |
Color Harmonies of #FFE9D0
Complementary color
Monochromatic Colors of #FFE9D0
Black with #FFE9D0
Text Example
Text Example
White with #FFE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9D0; }
p { color: rgb(255,233,208); }
H1.HeaderClassName
{
color: #FFE9D0;
}
.AnyTagClassName
{
color: #FFE9D0;
}
</style>
background-color css
<style>
a { background-color: #FFE9D0; }
a { background-color: rgb(255,233,208); }
div.DivClassName
{
background-color: #FFE9D0;
}
.BgClassName
{
background-color: #FFE9D0;
}
</style>
border-color css
<style>
span { border-color: #FFE9D0; }
span { border-color: rgb(255,233,208); }
td.TdClassName
{
border-color: #FFE9D0;
}
.TagClassName
{
border-color: #FFE9D0;
}
</style>