#F0E8DF

Color #F0E8DF Desert Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Storm #F0E8DF

Tints of Desert Storm #F0E8DF

Color information

#F0E8DF (or 0xF0E8DF) is unknown color: approx Desert Storm. HEX triplet: F0, E8 and DF. RGB value is (240,232,223). Sum of RGB (Red+Green+Blue) = 240+232+223=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8DF is #0F1720. Grayscale: #E9E9E9. Windows color (decimal): -988961 or 14674160. OLE color: 14674160.

HSL color Cylindrical-coordinate representation of color #F0E8DF: hue angle of 31.76º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E8DF is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240232223-
CMYK00.030.070.06
HSL31.76º36.17%90.78%-
HSV(B)31.76º7.08%94.12%-
XYZ78.1181.5781.44-
YUV233.37122.15132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 232 (91.02% from 255) = 33.38%
BLUE value IS 223 (87.5% from 255) = 32.09%
R=34.53%
G=33.38%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023222300.030.070.0631.7636.1790.78
HexF0E8DF037620245b
Octal36035033703764044133
Binary1111000011101000110111110111111101000001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8DF; }

 p { color: rgb(240,232,223); }

 H1.HeaderClassName
 {
   color: #F0E8DF;
 }
 .AnyTagClassName
 {
   color: #F0E8DF;
 }
</style>
background-color css

<style>
 a { background-color: #F0E8DF; }

 a { background-color: rgb(240,232,223); }

 div.DivClassName
 {
   background-color: #F0E8DF;
 }
 .BgClassName
 {
   background-color: #F0E8DF;
 }
</style>
border-color css

<style>
 span { border-color: #F0E8DF; }

 span { border-color: rgb(240,232,223); }

 td.TdClassName
 {
   border-color: #F0E8DF;
 }
 .TagClassName
 {
   border-color: #F0E8DF;
 }
</style>