Shades of Dust Storm #E5CDBF
Tints of Dust Storm #E5CDBF
RGB
CMYK
RGB Variations
Color information
#E5CDBF (or 0xE5CDBF) is known color: Dust Storm. HEX triplet: E5, CD and BF. RGB value is (229,205,191). Sum of RGB (Red+Green+Blue) = 229+205+191=625 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.64% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDBF is #1A3240. Grayscale: #D2D2D2. Windows color (decimal): -1716801 or 12570085. OLE color: 12570085.
HSL color Cylindrical-coordinate representation of color #E5CDBF: hue angle of 22.11º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5CDBF is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 191 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.10 |
| HSL | 22.11º | 0.42% | 0.82% | - |
| HSV(B) | 22.11º | 0.17% | 0.9% | - |
| XYZ | 63.55 | 64.08 | 58.31 | - |
| YUV | 210.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 191 | 0 | 0.10 | 0.17 | 0.10 | 22.11 | 0.42 | 0.82 |
| Hex | E5 | CD | BF | 0 | A | 11 | A | 16 | 2A | 52 |
| Octal | 345 | 315 | 277 | 0 | 12 | 21 | 12 | 26 | 52 | 122 |
| Binary | 11100101 | 11001101 | 10111111 | 0 | 1010 | 10001 | 1010 | 10110 | 101010 | 1010010 |
Color Harmonies of #E5CDBF
Complementary color
Monochromatic Colors of #E5CDBF
Black with #E5CDBF
Text Example
Text Example
White with #E5CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDBF; }
p { color: rgb(229,205,191); }
H1.HeaderClassName
{
color: #E5CDBF;
}
.AnyTagClassName
{
color: #E5CDBF;
}
</style>
background-color css
<style>
a { background-color: #E5CDBF; }
a { background-color: rgb(229,205,191); }
div.DivClassName
{
background-color: #E5CDBF;
}
.BgClassName
{
background-color: #E5CDBF;
}
</style>
border-color css
<style>
span { border-color: #E5CDBF; }
span { border-color: rgb(229,205,191); }
td.TdClassName
{
border-color: #E5CDBF;
}
.TagClassName
{
border-color: #E5CDBF;
}
</style>