Shades of Dust Storm #E2CAC2
Tints of Dust Storm #E2CAC2
RGB
CMYK
RGB Variations
Color information
#E2CAC2 (or 0xE2CAC2) is known color: Dust Storm. HEX triplet: E2, CA and C2. RGB value is (226,202,194). Sum of RGB (Red+Green+Blue) = 226+202+194=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CAC2 is #1D353D. Grayscale: #D0D0D0. Windows color (decimal): -1914174 or 12765922. OLE color: 12765922.
HSL color Cylindrical-coordinate representation of color #E2CAC2: hue angle of 15º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2CAC2 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 194 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.11 |
| HSL | 15º | 0.36% | 0.82% | - |
| HSV(B) | 15º | 0.14% | 0.89% | - |
| XYZ | 62.22 | 62.3 | 59.79 | - |
| YUV | 208.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 194 | 0 | 0.11 | 0.14 | 0.11 | 15 | 0.36 | 0.82 |
| Hex | E2 | CA | C2 | 0 | B | E | B | F | 24 | 52 |
| Octal | 342 | 312 | 302 | 0 | 13 | 16 | 13 | 17 | 44 | 122 |
| Binary | 11100010 | 11001010 | 11000010 | 0 | 1011 | 1110 | 1011 | 1111 | 100100 | 1010010 |
Color Harmonies of #E2CAC2
Complementary color
Monochromatic Colors of #E2CAC2
Black with #E2CAC2
Text Example
Text Example
White with #E2CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CAC2; }
p { color: rgb(226,202,194); }
H1.HeaderClassName
{
color: #E2CAC2;
}
.AnyTagClassName
{
color: #E2CAC2;
}
</style>
background-color css
<style>
a { background-color: #E2CAC2; }
a { background-color: rgb(226,202,194); }
div.DivClassName
{
background-color: #E2CAC2;
}
.BgClassName
{
background-color: #E2CAC2;
}
</style>
border-color css
<style>
span { border-color: #E2CAC2; }
span { border-color: rgb(226,202,194); }
td.TdClassName
{
border-color: #E2CAC2;
}
.TagClassName
{
border-color: #E2CAC2;
}
</style>