Shades of Dust Storm #E5CDBE
Tints of Dust Storm #E5CDBE
RGB
CMYK
RGB Variations
Color information
#E5CDBE (or 0xE5CDBE) is known color: Dust Storm. HEX triplet: E5, CD and BE. RGB value is (229,205,190). Sum of RGB (Red+Green+Blue) = 229+205+190=624 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.70% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDBE is #1A3241. Grayscale: #D2D2D2. Windows color (decimal): -1716802 or 12504549. OLE color: 12504549.
HSL color Cylindrical-coordinate representation of color #E5CDBE: hue angle of 23.08º degrees, saturation: 0.43, 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 #E5CDBE is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 190 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.10 |
| HSL | 23.08º | 0.43% | 0.82% | - |
| HSV(B) | 23.08º | 0.17% | 0.9% | - |
| XYZ | 63.44 | 64.04 | 57.73 | - |
| YUV | 210.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 190 | 0 | 0.10 | 0.17 | 0.10 | 23.08 | 0.43 | 0.82 |
| Hex | E5 | CD | BE | 0 | A | 11 | A | 17 | 2B | 52 |
| Octal | 345 | 315 | 276 | 0 | 12 | 21 | 12 | 27 | 53 | 122 |
| Binary | 11100101 | 11001101 | 10111110 | 0 | 1010 | 10001 | 1010 | 10111 | 101011 | 1010010 |
Color Harmonies of #E5CDBE
Complementary color
Monochromatic Colors of #E5CDBE
Black with #E5CDBE
Text Example
Text Example
White with #E5CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDBE; }
p { color: rgb(229,205,190); }
H1.HeaderClassName
{
color: #E5CDBE;
}
.AnyTagClassName
{
color: #E5CDBE;
}
</style>
background-color css
<style>
a { background-color: #E5CDBE; }
a { background-color: rgb(229,205,190); }
div.DivClassName
{
background-color: #E5CDBE;
}
.BgClassName
{
background-color: #E5CDBE;
}
</style>
border-color css
<style>
span { border-color: #E5CDBE; }
span { border-color: rgb(229,205,190); }
td.TdClassName
{
border-color: #E5CDBE;
}
.TagClassName
{
border-color: #E5CDBE;
}
</style>