Shades of Dust Storm #E7CCC2
Tints of Dust Storm #E7CCC2
RGB
CMYK
RGB Variations
Color information
#E7CCC2 (or 0xE7CCC2) is known color: Dust Storm. HEX triplet: E7, CC and C2. RGB value is (231,204,194). Sum of RGB (Red+Green+Blue) = 231+204+194=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCC2 is #18333D. Grayscale: #D3D3D3. Windows color (decimal): -1585982 or 12766439. OLE color: 12766439.
HSL color Cylindrical-coordinate representation of color #E7CCC2: hue angle of 16.22º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7CCC2 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 204 | 194 | - |
CMYK | 0 | 0.12 | 0.16 | 0.09 |
HSL | 16.22º | 0.44% | 0.83% | - |
HSV(B) | 16.22º | 0.16% | 0.91% | - |
XYZ | 64.29 | 64.07 | 60.02 | - |
YUV | 210.93 | 118.45 | 142.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 204 | 194 | 0 | 0.12 | 0.16 | 0.09 | 16.22 | 0.44 | 0.83 |
Hex | E7 | CC | C2 | 0 | C | 10 | 9 | 10 | 2C | 53 |
Octal | 347 | 314 | 302 | 0 | 14 | 20 | 11 | 20 | 54 | 123 |
Binary | 11100111 | 11001100 | 11000010 | 0 | 1100 | 10000 | 1001 | 10000 | 101100 | 1010011 |
Color Harmonies of #E7CCC2
Complementary color
Monochromatic Colors of #E7CCC2
Black with #E7CCC2
Text Example
Text Example
White with #E7CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCC2; }
p { color: rgb(231,204,194); }
H1.HeaderClassName
{
color: #E7CCC2;
}
.AnyTagClassName
{
color: #E7CCC2;
}
</style>
background-color css
<style>
a { background-color: #E7CCC2; }
a { background-color: rgb(231,204,194); }
div.DivClassName
{
background-color: #E7CCC2;
}
.BgClassName
{
background-color: #E7CCC2;
}
</style>
border-color css
<style>
span { border-color: #E7CCC2; }
span { border-color: rgb(231,204,194); }
td.TdClassName
{
border-color: #E7CCC2;
}
.TagClassName
{
border-color: #E7CCC2;
}
</style>