Shades of Desert Storm #EBE5DF
Tints of Desert Storm #EBE5DF
RGB
CMYK
RGB Variations
Color information
#EBE5DF (or 0xEBE5DF) is known color: Desert Storm. HEX triplet: EB, E5 and DF. RGB value is (235,229,223). Sum of RGB (Red+Green+Blue) = 235+229+223=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5DF is #141A20. Grayscale: #E6E6E6. Windows color (decimal): -1317409 or 14673387. OLE color: 14673387.
HSL color Cylindrical-coordinate representation of color #EBE5DF: hue angle of 30º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE5DF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 229 | 223 | - |
CMYK | 0 | 0.03 | 0.05 | 0.08 |
HSL | 30º | 0.23% | 0.9% | - |
HSV(B) | 30º | 0.05% | 0.92% | - |
XYZ | 75.6 | 79.03 | 81.08 | - |
YUV | 230.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 229 | 223 | 0 | 0.03 | 0.05 | 0.08 | 30 | 0.23 | 0.9 |
Hex | EB | E5 | DF | 0 | 3 | 5 | 8 | 1E | 17 | 5A |
Octal | 353 | 345 | 337 | 0 | 3 | 5 | 10 | 36 | 27 | 132 |
Binary | 11101011 | 11100101 | 11011111 | 0 | 11 | 101 | 1000 | 11110 | 10111 | 1011010 |
Color Harmonies of #EBE5DF
Complementary color
Monochromatic Colors of #EBE5DF
Black with #EBE5DF
Text Example
Text Example
White with #EBE5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5DF; }
p { color: rgb(235,229,223); }
H1.HeaderClassName
{
color: #EBE5DF;
}
.AnyTagClassName
{
color: #EBE5DF;
}
</style>
background-color css
<style>
a { background-color: #EBE5DF; }
a { background-color: rgb(235,229,223); }
div.DivClassName
{
background-color: #EBE5DF;
}
.BgClassName
{
background-color: #EBE5DF;
}
</style>
border-color css
<style>
span { border-color: #EBE5DF; }
span { border-color: rgb(235,229,223); }
td.TdClassName
{
border-color: #EBE5DF;
}
.TagClassName
{
border-color: #EBE5DF;
}
</style>