Shades of Desert Storm #F2E7DB
Tints of Desert Storm #F2E7DB
RGB
CMYK
RGB Variations
Color information
#F2E7DB (or 0xF2E7DB) is known color: Desert Storm. HEX triplet: F2, E7 and DB. RGB value is (242,231,219). Sum of RGB (Red+Green+Blue) = 242+231+219=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7DB is #0D1824. Grayscale: #E8E8E8. Windows color (decimal): -858149 or 14411762. OLE color: 14411762.
HSL color Cylindrical-coordinate representation of color #F2E7DB: hue angle of 31.3º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E7DB is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 231 | 219 | - |
CMYK | 0 | 0.05 | 0.10 | 0.05 |
HSL | 31.3º | 0.47% | 0.9% | - |
HSV(B) | 31.3º | 0.1% | 0.95% | - |
XYZ | 77.98 | 81.14 | 78.57 | - |
YUV | 232.92 | 120.14 | 134.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 231 | 219 | 0 | 0.05 | 0.10 | 0.05 | 31.3 | 0.47 | 0.9 |
Hex | F2 | E7 | DB | 0 | 5 | A | 5 | 1F | 2F | 5A |
Octal | 362 | 347 | 333 | 0 | 5 | 12 | 5 | 37 | 57 | 132 |
Binary | 11110010 | 11100111 | 11011011 | 0 | 101 | 1010 | 101 | 11111 | 101111 | 1011010 |
Color Harmonies of #F2E7DB
Complementary color
Monochromatic Colors of #F2E7DB
Black with #F2E7DB
Text Example
Text Example
White with #F2E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7DB; }
p { color: rgb(242,231,219); }
H1.HeaderClassName
{
color: #F2E7DB;
}
.AnyTagClassName
{
color: #F2E7DB;
}
</style>
background-color css
<style>
a { background-color: #F2E7DB; }
a { background-color: rgb(242,231,219); }
div.DivClassName
{
background-color: #F2E7DB;
}
.BgClassName
{
background-color: #F2E7DB;
}
</style>
border-color css
<style>
span { border-color: #F2E7DB; }
span { border-color: rgb(242,231,219); }
td.TdClassName
{
border-color: #F2E7DB;
}
.TagClassName
{
border-color: #F2E7DB;
}
</style>