Shades of Blanched Almond #FFE9CE
Tints of Blanched Almond #FFE9CE
RGB
CMYK
RGB Variations
Color information
#FFE9CE (or 0xFFE9CE) is known color: Blanched Almond. HEX triplet: FF, E9 and CE. RGB value is (255,233,206). Sum of RGB (Red+Green+Blue) = 255+233+206=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE9CE is #001631. Grayscale: #ECECEC. Windows color (decimal): -5682 or 13560319. OLE color: 13560319.
HSL color Cylindrical-coordinate representation of color #FFE9CE: hue angle of 33.06º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFE9CE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 206 | - |
| CMYK | 0 | 0.09 | 0.19 | 0 |
| HSL | 33.06º | 1% | 0.9% | - |
| HSV(B) | 33.06º | 0.19% | 1% | - |
| XYZ | 81.52 | 83.99 | 70.31 | - |
| YUV | 236.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 206 | 0 | 0.09 | 0.19 | 0 | 33.06 | 1 | 0.9 |
| Hex | FF | E9 | CE | 0 | 9 | 13 | 0 | 21 | 64 | 5A |
| Octal | 377 | 351 | 316 | 0 | 11 | 23 | 0 | 41 | 144 | 132 |
| Binary | 11111111 | 11101001 | 11001110 | 0 | 1001 | 10011 | 0 | 100001 | 1100100 | 1011010 |
Color Harmonies of #FFE9CE
Complementary color
Monochromatic Colors of #FFE9CE
Black with #FFE9CE
Text Example
Text Example
White with #FFE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9CE; }
p { color: rgb(255,233,206); }
H1.HeaderClassName
{
color: #FFE9CE;
}
.AnyTagClassName
{
color: #FFE9CE;
}
</style>
background-color css
<style>
a { background-color: #FFE9CE; }
a { background-color: rgb(255,233,206); }
div.DivClassName
{
background-color: #FFE9CE;
}
.BgClassName
{
background-color: #FFE9CE;
}
</style>
border-color css
<style>
span { border-color: #FFE9CE; }
span { border-color: rgb(255,233,206); }
td.TdClassName
{
border-color: #FFE9CE;
}
.TagClassName
{
border-color: #FFE9CE;
}
</style>