Shades of Dust Storm #E7CDC0
Tints of Dust Storm #E7CDC0
RGB
CMYK
RGB Variations
Color information
#E7CDC0 (or 0xE7CDC0) is known color: Dust Storm. HEX triplet: E7, CD and C0. RGB value is (231,205,192). Sum of RGB (Red+Green+Blue) = 231+205+192=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDC0 is #18323F. Grayscale: #D3D3D3. Windows color (decimal): -1585728 or 12635623. OLE color: 12635623.
HSL color Cylindrical-coordinate representation of color #E7CDC0: hue angle of 20º 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 #E7CDC0 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 192 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.09 |
| HSL | 20º | 0.45% | 0.83% | - |
| HSV(B) | 20º | 0.17% | 0.91% | - |
| XYZ | 64.3 | 64.46 | 58.92 | - |
| YUV | 211.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 192 | 0 | 0.11 | 0.17 | 0.09 | 20 | 0.45 | 0.83 |
| Hex | E7 | CD | C0 | 0 | B | 11 | 9 | 14 | 2D | 53 |
| Octal | 347 | 315 | 300 | 0 | 13 | 21 | 11 | 24 | 55 | 123 |
| Binary | 11100111 | 11001101 | 11000000 | 0 | 1011 | 10001 | 1001 | 10100 | 101101 | 1010011 |
Color Harmonies of #E7CDC0
Complementary color
Monochromatic Colors of #E7CDC0
Black with #E7CDC0
Text Example
Text Example
White with #E7CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDC0; }
p { color: rgb(231,205,192); }
H1.HeaderClassName
{
color: #E7CDC0;
}
.AnyTagClassName
{
color: #E7CDC0;
}
</style>
background-color css
<style>
a { background-color: #E7CDC0; }
a { background-color: rgb(231,205,192); }
div.DivClassName
{
background-color: #E7CDC0;
}
.BgClassName
{
background-color: #E7CDC0;
}
</style>
border-color css
<style>
span { border-color: #E7CDC0; }
span { border-color: rgb(231,205,192); }
td.TdClassName
{
border-color: #E7CDC0;
}
.TagClassName
{
border-color: #E7CDC0;
}
</style>