Shades of Dust Storm #E7CCC4
Tints of Dust Storm #E7CCC4
RGB
CMYK
RGB Variations
Color information
#E7CCC4 (or 0xE7CCC4) is known color: Dust Storm. HEX triplet: E7, CC and C4. RGB value is (231,204,196). Sum of RGB (Red+Green+Blue) = 231+204+196=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCC4 is #18333B. Grayscale: #D3D3D3. Windows color (decimal): -1585980 or 12897511. OLE color: 12897511.
HSL color Cylindrical-coordinate representation of color #E7CCC4: hue angle of 13.71º degrees, saturation: 0.42, 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 #E7CCC4 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 204 | 196 | - |
CMYK | 0 | 0.12 | 0.15 | 0.09 |
HSL | 13.71º | 0.42% | 0.84% | - |
HSV(B) | 13.71º | 0.15% | 0.91% | - |
XYZ | 64.51 | 64.16 | 61.21 | - |
YUV | 211.16 | 119.45 | 142.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 204 | 196 | 0 | 0.12 | 0.15 | 0.09 | 13.71 | 0.42 | 0.84 |
Hex | E7 | CC | C4 | 0 | C | F | 9 | E | 2A | 54 |
Octal | 347 | 314 | 304 | 0 | 14 | 17 | 11 | 16 | 52 | 124 |
Binary | 11100111 | 11001100 | 11000100 | 0 | 1100 | 1111 | 1001 | 1110 | 101010 | 1010100 |
Color Harmonies of #E7CCC4
Complementary color
Monochromatic Colors of #E7CCC4
Black with #E7CCC4
Text Example
Text Example
White with #E7CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCC4; }
p { color: rgb(231,204,196); }
H1.HeaderClassName
{
color: #E7CCC4;
}
.AnyTagClassName
{
color: #E7CCC4;
}
</style>
background-color css
<style>
a { background-color: #E7CCC4; }
a { background-color: rgb(231,204,196); }
div.DivClassName
{
background-color: #E7CCC4;
}
.BgClassName
{
background-color: #E7CCC4;
}
</style>
border-color css
<style>
span { border-color: #E7CCC4; }
span { border-color: rgb(231,204,196); }
td.TdClassName
{
border-color: #E7CCC4;
}
.TagClassName
{
border-color: #E7CCC4;
}
</style>