Html Css Color HEX #F0E7DC Desert Storm

📋 copy color: '#F0E7DC'

red 240 ◦ green 231 ◦ blue 220

#F0E7DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Storm #F0E7DC

Tints of Desert Storm #F0E7DC

RGB

 RED value IS 240 (94.14% from 255) = 34.73%

 GREEN value IS 231 (90.63% from 255) = 33.43%

 BLUE value IS 220 (86.33% from 255) = 31.84%

R = 34.73%
G = 33.43%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0E7DC (or 0xF0E7DC) is known color: Desert Storm. HEX triplet: F0, E7 and DC. RGB value is (240,231,220). Sum of RGB (Red+Green+Blue) = 240+231+220=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7DC is #0F1823. Grayscale: #E8E8E8. Windows color (decimal): -989220 or 14477296. OLE color: 14477296.

HSL color Cylindrical-coordinate representation of color #F0E7DC: hue angle of 33º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E7DC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 231 220 -
CMYK 0 0.04 0.08 0.06
HSL 33º 0.4% 0.9% -
HSV(B) 33º 0.08% 0.94% -
XYZ 77.43 80.84 79.23 -
YUV 232.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 240 231 220 0 0.04 0.08 0.06 33 0.4 0.9
Hex F0 E7 DC 0 4 8 6 21 28 5A
Octal 360 347 334 0 4 10 6 41 50 132
Binary 11110000 11100111 11011100 0 100 1000 110 100001 101000 1011010

Color Harmonies of #F0E7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7DC

Black with #F0E7DC

Text Example


Text Example

White with #F0E7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E7DC; }

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

 H1.HeaderClassName
 {
   color: #F0E7DC;
 }
 .AnyTagClassName
 {
   color: #F0E7DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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