Shades of Dust Storm #E7CDBC
Tints of Dust Storm #E7CDBC
RGB
CMYK
RGB Variations
Color information
#E7CDBC (or 0xE7CDBC) is known color: Dust Storm. HEX triplet: E7, CD and BC. RGB value is (231,205,188). Sum of RGB (Red+Green+Blue) = 231+205+188=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDBC is #183243. Grayscale: #D2D2D2. Windows color (decimal): -1585732 or 12373479. OLE color: 12373479.
HSL color Cylindrical-coordinate representation of color #E7CDBC: hue angle of 23.72º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7CDBC is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 188 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.09 |
| HSL | 23.72º | 0.47% | 0.82% | - |
| HSV(B) | 23.72º | 0.19% | 0.91% | - |
| XYZ | 63.86 | 64.28 | 56.62 | - |
| YUV | 210.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 188 | 0 | 0.11 | 0.19 | 0.09 | 23.72 | 0.47 | 0.82 |
| Hex | E7 | CD | BC | 0 | B | 13 | 9 | 18 | 2F | 52 |
| Octal | 347 | 315 | 274 | 0 | 13 | 23 | 11 | 30 | 57 | 122 |
| Binary | 11100111 | 11001101 | 10111100 | 0 | 1011 | 10011 | 1001 | 11000 | 101111 | 1010010 |
Color Harmonies of #E7CDBC
Complementary color
Monochromatic Colors of #E7CDBC
Black with #E7CDBC
Text Example
Text Example
White with #E7CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDBC; }
p { color: rgb(231,205,188); }
H1.HeaderClassName
{
color: #E7CDBC;
}
.AnyTagClassName
{
color: #E7CDBC;
}
</style>
background-color css
<style>
a { background-color: #E7CDBC; }
a { background-color: rgb(231,205,188); }
div.DivClassName
{
background-color: #E7CDBC;
}
.BgClassName
{
background-color: #E7CDBC;
}
</style>
border-color css
<style>
span { border-color: #E7CDBC; }
span { border-color: rgb(231,205,188); }
td.TdClassName
{
border-color: #E7CDBC;
}
.TagClassName
{
border-color: #E7CDBC;
}
</style>