Shades of Blanched Almond #FFE9CC
Tints of Blanched Almond #FFE9CC
RGB
CMYK
RGB Variations
Color information
#FFE9CC (or 0xFFE9CC) is known color: Blanched Almond. HEX triplet: FF, E9 and CC. RGB value is (255,233,204). Sum of RGB (Red+Green+Blue) = 255+233+204=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE9CC is #001633. Grayscale: #ECECEC. Windows color (decimal): -5684 or 13429247. OLE color: 13429247.
HSL color Cylindrical-coordinate representation of color #FFE9CC: hue angle of 34.12º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFE9CC is Cyan = 0, Magento = 0.09, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 204 | - |
| CMYK | 0 | 0.09 | 0.2 | 0 |
| HSL | 34.12º | 1% | 0.9% | - |
| HSV(B) | 34.12º | 0.2% | 1% | - |
| XYZ | 81.28 | 83.9 | 69.04 | - |
| YUV | 236.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 204 | 0 | 0.09 | 0.2 | 0 | 34.12 | 1 | 0.9 |
| Hex | FF | E9 | CC | 0 | 9 | 14 | 0 | 22 | 64 | 5A |
| Octal | 377 | 351 | 314 | 0 | 11 | 24 | 0 | 42 | 144 | 132 |
| Binary | 11111111 | 11101001 | 11001100 | 0 | 1001 | 10100 | 0 | 100010 | 1100100 | 1011010 |
Color Harmonies of #FFE9CC
Complementary color
Monochromatic Colors of #FFE9CC
Black with #FFE9CC
Text Example
Text Example
White with #FFE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9CC; }
p { color: rgb(255,233,204); }
H1.HeaderClassName
{
color: #FFE9CC;
}
.AnyTagClassName
{
color: #FFE9CC;
}
</style>
background-color css
<style>
a { background-color: #FFE9CC; }
a { background-color: rgb(255,233,204); }
div.DivClassName
{
background-color: #FFE9CC;
}
.BgClassName
{
background-color: #FFE9CC;
}
</style>
border-color css
<style>
span { border-color: #FFE9CC; }
span { border-color: rgb(255,233,204); }
td.TdClassName
{
border-color: #FFE9CC;
}
.TagClassName
{
border-color: #FFE9CC;
}
</style>