Shades of Dust Storm #E2CCC8
Tints of Dust Storm #E2CCC8
RGB
CMYK
RGB Variations
Color information
#E2CCC8 (or 0xE2CCC8) is known color: Dust Storm. HEX triplet: E2, CC and C8. RGB value is (226,204,200). Sum of RGB (Red+Green+Blue) = 226+204+200=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCC8 is #1D3337. Grayscale: #D2D2D2. Windows color (decimal): -1913656 or 13159650. OLE color: 13159650.
HSL color Cylindrical-coordinate representation of color #E2CCC8: hue angle of 9.23º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2CCC8 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 204 | 200 | - |
CMYK | 0 | 0.10 | 0.12 | 0.11 |
HSL | 9.23º | 0.31% | 0.84% | - |
HSV(B) | 9.23º | 0.12% | 0.89% | - |
XYZ | 63.38 | 63.52 | 63.56 | - |
YUV | 210.12 | 122.29 | 139.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 204 | 200 | 0 | 0.10 | 0.12 | 0.11 | 9.23 | 0.31 | 0.84 |
Hex | E2 | CC | C8 | 0 | A | C | B | 9 | 1F | 54 |
Octal | 342 | 314 | 310 | 0 | 12 | 14 | 13 | 11 | 37 | 124 |
Binary | 11100010 | 11001100 | 11001000 | 0 | 1010 | 1100 | 1011 | 1001 | 11111 | 1010100 |
Color Harmonies of #E2CCC8
Complementary color
Monochromatic Colors of #E2CCC8
Black with #E2CCC8
Text Example
Text Example
White with #E2CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCC8; }
p { color: rgb(226,204,200); }
H1.HeaderClassName
{
color: #E2CCC8;
}
.AnyTagClassName
{
color: #E2CCC8;
}
</style>
background-color css
<style>
a { background-color: #E2CCC8; }
a { background-color: rgb(226,204,200); }
div.DivClassName
{
background-color: #E2CCC8;
}
.BgClassName
{
background-color: #E2CCC8;
}
</style>
border-color css
<style>
span { border-color: #E2CCC8; }
span { border-color: rgb(226,204,200); }
td.TdClassName
{
border-color: #E2CCC8;
}
.TagClassName
{
border-color: #E2CCC8;
}
</style>