Shades of Desert Storm #F2E8DD
Tints of Desert Storm #F2E8DD
RGB
CMYK
RGB Variations
Color information
#F2E8DD (or 0xF2E8DD) is known color: Desert Storm. HEX triplet: F2, E8 and DD. RGB value is (242,232,221). Sum of RGB (Red+Green+Blue) = 242+232+221=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8DD is #0D1722. Grayscale: #E9E9E9. Windows color (decimal): -857891 or 14543090. OLE color: 14543090.
HSL color Cylindrical-coordinate representation of color #F2E8DD: hue angle of 31.43º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E8DD is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 221 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.05 |
| HSL | 31.43º | 0.45% | 0.91% | - |
| HSV(B) | 31.43º | 0.09% | 0.95% | - |
| XYZ | 78.53 | 81.81 | 80.06 | - |
| YUV | 233.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 221 | 0 | 0.04 | 0.09 | 0.05 | 31.43 | 0.45 | 0.91 |
| Hex | F2 | E8 | DD | 0 | 4 | 9 | 5 | 1F | 2D | 5B |
| Octal | 362 | 350 | 335 | 0 | 4 | 11 | 5 | 37 | 55 | 133 |
| Binary | 11110010 | 11101000 | 11011101 | 0 | 100 | 1001 | 101 | 11111 | 101101 | 1011011 |
Color Harmonies of #F2E8DD
Complementary color
Monochromatic Colors of #F2E8DD
Black with #F2E8DD
Text Example
Text Example
White with #F2E8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E8DD; }
p { color: rgb(242,232,221); }
H1.HeaderClassName
{
color: #F2E8DD;
}
.AnyTagClassName
{
color: #F2E8DD;
}
</style>
background-color css
<style>
a { background-color: #F2E8DD; }
a { background-color: rgb(242,232,221); }
div.DivClassName
{
background-color: #F2E8DD;
}
.BgClassName
{
background-color: #F2E8DD;
}
</style>
border-color css
<style>
span { border-color: #F2E8DD; }
span { border-color: rgb(242,232,221); }
td.TdClassName
{
border-color: #F2E8DD;
}
.TagClassName
{
border-color: #F2E8DD;
}
</style>