Shades of Dust Storm #E4CDBE
Tints of Dust Storm #E4CDBE
RGB
CMYK
RGB Variations
Color information
#E4CDBE (or 0xE4CDBE) is known color: Dust Storm. HEX triplet: E4, CD and BE. RGB value is (228,205,190). Sum of RGB (Red+Green+Blue) = 228+205+190=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDBE is #1B3241. Grayscale: #D2D2D2. Windows color (decimal): -1782338 or 12504548. OLE color: 12504548.
HSL color Cylindrical-coordinate representation of color #E4CDBE: hue angle of 23.68º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4CDBE is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 205 | 190 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.11 |
| HSL | 23.68º | 0.41% | 0.82% | - |
| HSV(B) | 23.68º | 0.17% | 0.89% | - |
| XYZ | 63.12 | 63.87 | 57.72 | - |
| YUV | 210.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 190 | 0 | 0.10 | 0.17 | 0.11 | 23.68 | 0.41 | 0.82 |
| Hex | E4 | CD | BE | 0 | A | 11 | B | 18 | 29 | 52 |
| Octal | 344 | 315 | 276 | 0 | 12 | 21 | 13 | 30 | 51 | 122 |
| Binary | 11100100 | 11001101 | 10111110 | 0 | 1010 | 10001 | 1011 | 11000 | 101001 | 1010010 |
Color Harmonies of #E4CDBE
Complementary color
Monochromatic Colors of #E4CDBE
Black with #E4CDBE
Text Example
Text Example
White with #E4CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDBE; }
p { color: rgb(228,205,190); }
H1.HeaderClassName
{
color: #E4CDBE;
}
.AnyTagClassName
{
color: #E4CDBE;
}
</style>
background-color css
<style>
a { background-color: #E4CDBE; }
a { background-color: rgb(228,205,190); }
div.DivClassName
{
background-color: #E4CDBE;
}
.BgClassName
{
background-color: #E4CDBE;
}
</style>
border-color css
<style>
span { border-color: #E4CDBE; }
span { border-color: rgb(228,205,190); }
td.TdClassName
{
border-color: #E4CDBE;
}
.TagClassName
{
border-color: #E4CDBE;
}
</style>