Shades of Dust Storm #E2CCC3
Tints of Dust Storm #E2CCC3
RGB
CMYK
RGB Variations
Color information
#E2CCC3 (or 0xE2CCC3) is known color: Dust Storm. HEX triplet: E2, CC and C3. RGB value is (226,204,195). Sum of RGB (Red+Green+Blue) = 226+204+195=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCC3 is #1D333C. Grayscale: #D1D1D1. Windows color (decimal): -1913661 or 12831970. OLE color: 12831970.
HSL color Cylindrical-coordinate representation of color #E2CCC3: hue angle of 17.42º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2CCC3 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 195 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.11 |
| HSL | 17.42º | 0.35% | 0.83% | - |
| HSV(B) | 17.42º | 0.14% | 0.89% | - |
| XYZ | 62.81 | 63.29 | 60.54 | - |
| YUV | 209.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 195 | 0 | 0.10 | 0.14 | 0.11 | 17.42 | 0.35 | 0.83 |
| Hex | E2 | CC | C3 | 0 | A | E | B | 11 | 23 | 53 |
| Octal | 342 | 314 | 303 | 0 | 12 | 16 | 13 | 21 | 43 | 123 |
| Binary | 11100010 | 11001100 | 11000011 | 0 | 1010 | 1110 | 1011 | 10001 | 100011 | 1010011 |
Color Harmonies of #E2CCC3
Complementary color
Monochromatic Colors of #E2CCC3
Black with #E2CCC3
Text Example
Text Example
White with #E2CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCC3; }
p { color: rgb(226,204,195); }
H1.HeaderClassName
{
color: #E2CCC3;
}
.AnyTagClassName
{
color: #E2CCC3;
}
</style>
background-color css
<style>
a { background-color: #E2CCC3; }
a { background-color: rgb(226,204,195); }
div.DivClassName
{
background-color: #E2CCC3;
}
.BgClassName
{
background-color: #E2CCC3;
}
</style>
border-color css
<style>
span { border-color: #E2CCC3; }
span { border-color: rgb(226,204,195); }
td.TdClassName
{
border-color: #E2CCC3;
}
.TagClassName
{
border-color: #E2CCC3;
}
</style>