Html Css Color HEX #F0E6DB Desert Storm

📋 copy color: '#F0E6DB'

red 240 ◦ green 230 ◦ blue 219

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

Shades of Desert Storm #F0E6DB

Tints of Desert Storm #F0E6DB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.38%

 BLUE value IS 219 (85.94% from 255) = 31.79%

R = 34.83%
G = 33.38%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0E6DB (or 0xF0E6DB) is known color: Desert Storm. HEX triplet: F0, E6 and DB. RGB value is (240,230,219). Sum of RGB (Red+Green+Blue) = 240+230+219=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6DB is #0F1924. Grayscale: #E7E7E7. Windows color (decimal): -989477 or 14411504. OLE color: 14411504.

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

Color convert

RGB 240 230 219 -
CMYK 0 0.04 0.09 0.06
HSL 31.43º 0.41% 0.9% -
HSV(B) 31.43º 0.09% 0.94% -
XYZ 77.02 80.23 78.45 -
YUV 231.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 240 230 219 0 0.04 0.09 0.06 31.43 0.41 0.9
Hex F0 E6 DB 0 4 9 6 1F 29 5A
Octal 360 346 333 0 4 11 6 37 51 132
Binary 11110000 11100110 11011011 0 100 1001 110 11111 101001 1011010

Color Harmonies of #F0E6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6DB

Black with #F0E6DB

Text Example


Text Example

White with #F0E6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6DB; }

 p { color: rgb(240,230,219); }

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

background-color css

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

 a { background-color: rgb(240,230,219); }

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

border-color css

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

 span { border-color: rgb(240,230,219); }

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