Shades of Dust Storm #E3CDBF
Tints of Dust Storm #E3CDBF
RGB
CMYK
RGB Variations
Color information
#E3CDBF (or 0xE3CDBF) is known color: Dust Storm. HEX triplet: E3, CD and BF. RGB value is (227,205,191). Sum of RGB (Red+Green+Blue) = 227+205+191=623 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.44% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CDBF is #1C3240. Grayscale: #D2D2D2. Windows color (decimal): -1847873 or 12570083. OLE color: 12570083.
HSL color Cylindrical-coordinate representation of color #E3CDBF: hue angle of 23.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E3CDBF is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 205 | 191 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.11 |
| HSL | 23.33º | 0.39% | 0.82% | - |
| HSV(B) | 23.33º | 0.16% | 0.89% | - |
| XYZ | 62.91 | 63.76 | 58.28 | - |
| YUV | 209.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 205 | 191 | 0 | 0.10 | 0.16 | 0.11 | 23.33 | 0.39 | 0.82 |
| Hex | E3 | CD | BF | 0 | A | 10 | B | 17 | 27 | 52 |
| Octal | 343 | 315 | 277 | 0 | 12 | 20 | 13 | 27 | 47 | 122 |
| Binary | 11100011 | 11001101 | 10111111 | 0 | 1010 | 10000 | 1011 | 10111 | 100111 | 1010010 |
Color Harmonies of #E3CDBF
Complementary color
Monochromatic Colors of #E3CDBF
Black with #E3CDBF
Text Example
Text Example
White with #E3CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CDBF; }
p { color: rgb(227,205,191); }
H1.HeaderClassName
{
color: #E3CDBF;
}
.AnyTagClassName
{
color: #E3CDBF;
}
</style>
background-color css
<style>
a { background-color: #E3CDBF; }
a { background-color: rgb(227,205,191); }
div.DivClassName
{
background-color: #E3CDBF;
}
.BgClassName
{
background-color: #E3CDBF;
}
</style>
border-color css
<style>
span { border-color: #E3CDBF; }
span { border-color: rgb(227,205,191); }
td.TdClassName
{
border-color: #E3CDBF;
}
.TagClassName
{
border-color: #E3CDBF;
}
</style>