Shades of Dust Storm #E7CEC3
Tints of Dust Storm #E7CEC3
RGB
CMYK
RGB Variations
Color information
#E7CEC3 (or 0xE7CEC3) is known color: Dust Storm. HEX triplet: E7, CE and C3. RGB value is (231,206,195). Sum of RGB (Red+Green+Blue) = 231+206+195=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CEC3 is #18313C. Grayscale: #D4D4D4. Windows color (decimal): -1585469 or 12832487. OLE color: 12832487.
HSL color Cylindrical-coordinate representation of color #E7CEC3: hue angle of 18.33º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7CEC3 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 206 | 195 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.09 |
| HSL | 18.33º | 0.43% | 0.84% | - |
| HSV(B) | 18.33º | 0.16% | 0.91% | - |
| XYZ | 64.88 | 65.07 | 60.77 | - |
| YUV | 212.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 206 | 195 | 0 | 0.11 | 0.16 | 0.09 | 18.33 | 0.43 | 0.84 |
| Hex | E7 | CE | C3 | 0 | B | 10 | 9 | 12 | 2B | 54 |
| Octal | 347 | 316 | 303 | 0 | 13 | 20 | 11 | 22 | 53 | 124 |
| Binary | 11100111 | 11001110 | 11000011 | 0 | 1011 | 10000 | 1001 | 10010 | 101011 | 1010100 |
Color Harmonies of #E7CEC3
Complementary color
Monochromatic Colors of #E7CEC3
Black with #E7CEC3
Text Example
Text Example
White with #E7CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CEC3; }
p { color: rgb(231,206,195); }
H1.HeaderClassName
{
color: #E7CEC3;
}
.AnyTagClassName
{
color: #E7CEC3;
}
</style>
background-color css
<style>
a { background-color: #E7CEC3; }
a { background-color: rgb(231,206,195); }
div.DivClassName
{
background-color: #E7CEC3;
}
.BgClassName
{
background-color: #E7CEC3;
}
</style>
border-color css
<style>
span { border-color: #E7CEC3; }
span { border-color: rgb(231,206,195); }
td.TdClassName
{
border-color: #E7CEC3;
}
.TagClassName
{
border-color: #E7CEC3;
}
</style>