Shades of Dust Storm #E7CDBF
Tints of Dust Storm #E7CDBF
RGB
CMYK
RGB Variations
Color information
#E7CDBF (or 0xE7CDBF) is known color: Dust Storm. HEX triplet: E7, CD and BF. RGB value is (231,205,191). Sum of RGB (Red+Green+Blue) = 231+205+191=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDBF is #183240. Grayscale: #D3D3D3. Windows color (decimal): -1585729 or 12570087. OLE color: 12570087.
HSL color Cylindrical-coordinate representation of color #E7CDBF: hue angle of 21º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7CDBF is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 191 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.09 |
| HSL | 21º | 0.45% | 0.83% | - |
| HSV(B) | 21º | 0.17% | 0.91% | - |
| XYZ | 64.19 | 64.41 | 58.34 | - |
| YUV | 211.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 191 | 0 | 0.11 | 0.17 | 0.09 | 21 | 0.45 | 0.83 |
| Hex | E7 | CD | BF | 0 | B | 11 | 9 | 15 | 2D | 53 |
| Octal | 347 | 315 | 277 | 0 | 13 | 21 | 11 | 25 | 55 | 123 |
| Binary | 11100111 | 11001101 | 10111111 | 0 | 1011 | 10001 | 1001 | 10101 | 101101 | 1010011 |
Color Harmonies of #E7CDBF
Complementary color
Monochromatic Colors of #E7CDBF
Black with #E7CDBF
Text Example
Text Example
White with #E7CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDBF; }
p { color: rgb(231,205,191); }
H1.HeaderClassName
{
color: #E7CDBF;
}
.AnyTagClassName
{
color: #E7CDBF;
}
</style>
background-color css
<style>
a { background-color: #E7CDBF; }
a { background-color: rgb(231,205,191); }
div.DivClassName
{
background-color: #E7CDBF;
}
.BgClassName
{
background-color: #E7CDBF;
}
</style>
border-color css
<style>
span { border-color: #E7CDBF; }
span { border-color: rgb(231,205,191); }
td.TdClassName
{
border-color: #E7CDBF;
}
.TagClassName
{
border-color: #E7CDBF;
}
</style>