Shades of Dust Storm #E5CDBD
Tints of Dust Storm #E5CDBD
RGB
CMYK
RGB Variations
Color information
#E5CDBD (or 0xE5CDBD) is known color: Dust Storm. HEX triplet: E5, CD and BD. RGB value is (229,205,189). Sum of RGB (Red+Green+Blue) = 229+205+189=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDBD is #1A3242. Grayscale: #D2D2D2. Windows color (decimal): -1716803 or 12439013. OLE color: 12439013.
HSL color Cylindrical-coordinate representation of color #E5CDBD: hue angle of 24º 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 #E5CDBD is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 189 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.10 |
| HSL | 24º | 0.43% | 0.82% | - |
| HSV(B) | 24º | 0.17% | 0.9% | - |
| XYZ | 63.33 | 63.99 | 57.16 | - |
| YUV | 210.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 189 | 0 | 0.10 | 0.17 | 0.10 | 24 | 0.43 | 0.82 |
| Hex | E5 | CD | BD | 0 | A | 11 | A | 18 | 2B | 52 |
| Octal | 345 | 315 | 275 | 0 | 12 | 21 | 12 | 30 | 53 | 122 |
| Binary | 11100101 | 11001101 | 10111101 | 0 | 1010 | 10001 | 1010 | 11000 | 101011 | 1010010 |
Color Harmonies of #E5CDBD
Complementary color
Monochromatic Colors of #E5CDBD
Black with #E5CDBD
Text Example
Text Example
White with #E5CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDBD; }
p { color: rgb(229,205,189); }
H1.HeaderClassName
{
color: #E5CDBD;
}
.AnyTagClassName
{
color: #E5CDBD;
}
</style>
background-color css
<style>
a { background-color: #E5CDBD; }
a { background-color: rgb(229,205,189); }
div.DivClassName
{
background-color: #E5CDBD;
}
.BgClassName
{
background-color: #E5CDBD;
}
</style>
border-color css
<style>
span { border-color: #E5CDBD; }
span { border-color: rgb(229,205,189); }
td.TdClassName
{
border-color: #E5CDBD;
}
.TagClassName
{
border-color: #E5CDBD;
}
</style>