#F1E7DC

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

Shades of Desert Storm #F1E7DC

Tints of Desert Storm #F1E7DC

Color information

#F1E7DC (or 0xF1E7DC) is unknown color: approx Desert Storm. HEX triplet: F1, E7 and DC. RGB value is (241,231,220). Sum of RGB (Red+Green+Blue) = 241+231+220=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7DC is #0E1823. Grayscale: #E8E8E8. Windows color (decimal): -923684 or 14477297. OLE color: 14477297.

HSL color Cylindrical-coordinate representation of color #F1E7DC: hue angle of 31.43º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E7DC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241231220-
CMYK00.040.090.05
HSL31.43º42.86%90.39%-
HSV(B)31.43º8.71%94.51%-
XYZ77.7781.0279.25-
YUV232.74120.81133.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.83%
GREEN value IS 231 (90.62% from 255) = 33.38%
BLUE value IS 220 (86.33% from 255) = 31.79%
R=34.83%
G=33.38%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123122000.040.090.0531.4342.8690.39
HexF1E7DC04951f2b5a
Octal361347334041153753132
Binary11110001111001111101110001001001101111111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7DC; }

 p { color: rgb(241,231,220); }

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

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

 a { background-color: rgb(241,231,220); }

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

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

 span { border-color: rgb(241,231,220); }

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