Shades of Dust Storm #E8CBC3
Tints of Dust Storm #E8CBC3
RGB
CMYK
RGB Variations
Color information
#E8CBC3 (or 0xE8CBC3) is known color: Dust Storm. HEX triplet: E8, CB and C3. RGB value is (232,203,195). Sum of RGB (Red+Green+Blue) = 232+203+195=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 195 (76.56% from 255 or 30.95% from 630); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBC3 is #17343C. Grayscale: #D2D2D2. Windows color (decimal): -1520701 or 12831720. OLE color: 12831720.
HSL color Cylindrical-coordinate representation of color #E8CBC3: hue angle of 12.97º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8CBC3 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 195 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.09 |
| HSL | 12.97º | 0.45% | 0.84% | - |
| HSV(B) | 12.97º | 0.16% | 0.91% | - |
| XYZ | 64.48 | 63.81 | 60.55 | - |
| YUV | 210.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 195 | 0 | 0.12 | 0.16 | 0.09 | 12.97 | 0.45 | 0.84 |
| Hex | E8 | CB | C3 | 0 | C | 10 | 9 | D | 2D | 54 |
| Octal | 350 | 313 | 303 | 0 | 14 | 20 | 11 | 15 | 55 | 124 |
| Binary | 11101000 | 11001011 | 11000011 | 0 | 1100 | 10000 | 1001 | 1101 | 101101 | 1010100 |
Color Harmonies of #E8CBC3
Complementary color
Monochromatic Colors of #E8CBC3
Black with #E8CBC3
Text Example
Text Example
White with #E8CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBC3; }
p { color: rgb(232,203,195); }
H1.HeaderClassName
{
color: #E8CBC3;
}
.AnyTagClassName
{
color: #E8CBC3;
}
</style>
background-color css
<style>
a { background-color: #E8CBC3; }
a { background-color: rgb(232,203,195); }
div.DivClassName
{
background-color: #E8CBC3;
}
.BgClassName
{
background-color: #E8CBC3;
}
</style>
border-color css
<style>
span { border-color: #E8CBC3; }
span { border-color: rgb(232,203,195); }
td.TdClassName
{
border-color: #E8CBC3;
}
.TagClassName
{
border-color: #E8CBC3;
}
</style>