Html Css Color HEX #F0E7DE Desert Storm

📋 copy color: '#F0E7DE'

red 240 ◦ green 231 ◦ blue 222

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

Shades of Desert Storm #F0E7DE

Tints of Desert Storm #F0E7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.03%

R = 34.63%
G = 33.33%
B = 32.03%

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

#F0E7DE (or 0xF0E7DE) is known color: Desert Storm. HEX triplet: F0, E7 and DE. RGB value is (240,231,222). Sum of RGB (Red+Green+Blue) = 240+231+222=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7DE is #0F1821. Grayscale: #E8E8E8. Windows color (decimal): -989218 or 14608368. OLE color: 14608368.

HSL color Cylindrical-coordinate representation of color #F0E7DE: hue angle of 30º degrees, saturation: 0.38, 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 #F0E7DE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 231 222 -
CMYK 0 0.04 0.08 0.06
HSL 30º 0.38% 0.91% -
HSV(B) 30º 0.07% 0.94% -
XYZ 77.7 80.95 80.64 -
YUV 232.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 240 231 222 0 0.04 0.08 0.06 30 0.38 0.91
Hex F0 E7 DE 0 4 8 6 1E 26 5B
Octal 360 347 336 0 4 10 6 36 46 133
Binary 11110000 11100111 11011110 0 100 1000 110 11110 100110 1011011

Color Harmonies of #F0E7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E7DE

Black with #F0E7DE

Text Example


Text Example

White with #F0E7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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