Shades of Dust Storm #E7CDC5
Tints of Dust Storm #E7CDC5
RGB
CMYK
RGB Variations
Color information
#E7CDC5 (or 0xE7CDC5) is known color: Dust Storm. HEX triplet: E7, CD and C5. RGB value is (231,205,197). Sum of RGB (Red+Green+Blue) = 231+205+197=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDC5 is #18323A. Grayscale: #D3D3D3. Windows color (decimal): -1585723 or 12963303. OLE color: 12963303.
HSL color Cylindrical-coordinate representation of color #E7CDC5: hue angle of 14.12º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7CDC5 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 205 | 197 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.09 |
| HSL | 14.12º | 0.41% | 0.84% | - |
| HSV(B) | 14.12º | 0.15% | 0.91% | - |
| XYZ | 64.86 | 64.68 | 61.89 | - |
| YUV | 211.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 205 | 197 | 0 | 0.11 | 0.15 | 0.09 | 14.12 | 0.41 | 0.84 |
| Hex | E7 | CD | C5 | 0 | B | F | 9 | E | 29 | 54 |
| Octal | 347 | 315 | 305 | 0 | 13 | 17 | 11 | 16 | 51 | 124 |
| Binary | 11100111 | 11001101 | 11000101 | 0 | 1011 | 1111 | 1001 | 1110 | 101001 | 1010100 |
Color Harmonies of #E7CDC5
Complementary color
Monochromatic Colors of #E7CDC5
Black with #E7CDC5
Text Example
Text Example
White with #E7CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDC5; }
p { color: rgb(231,205,197); }
H1.HeaderClassName
{
color: #E7CDC5;
}
.AnyTagClassName
{
color: #E7CDC5;
}
</style>
background-color css
<style>
a { background-color: #E7CDC5; }
a { background-color: rgb(231,205,197); }
div.DivClassName
{
background-color: #E7CDC5;
}
.BgClassName
{
background-color: #E7CDC5;
}
</style>
border-color css
<style>
span { border-color: #E7CDC5; }
span { border-color: rgb(231,205,197); }
td.TdClassName
{
border-color: #E7CDC5;
}
.TagClassName
{
border-color: #E7CDC5;
}
</style>