Shades of Dust Storm #E8CBC6
Tints of Dust Storm #E8CBC6
RGB
CMYK
RGB Variations
Color information
#E8CBC6 (or 0xE8CBC6) is known color: Dust Storm. HEX triplet: E8, CB and C6. RGB value is (232,203,198). Sum of RGB (Red+Green+Blue) = 232+203+198=633 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.65% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CBC6 is #173439. Grayscale: #D3D3D3. Windows color (decimal): -1520698 or 13028328. OLE color: 13028328.
HSL color Cylindrical-coordinate representation of color #E8CBC6: hue angle of 8.82º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CBC6 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 203 | 198 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.09 |
| HSL | 8.82º | 0.43% | 0.84% | - |
| HSV(B) | 8.82º | 0.15% | 0.91% | - |
| XYZ | 64.83 | 63.94 | 62.35 | - |
| YUV | 211.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 203 | 198 | 0 | 0.12 | 0.15 | 0.09 | 8.82 | 0.43 | 0.84 |
| Hex | E8 | CB | C6 | 0 | C | F | 9 | 9 | 2A | 54 |
| Octal | 350 | 313 | 306 | 0 | 14 | 17 | 11 | 11 | 52 | 124 |
| Binary | 11101000 | 11001011 | 11000110 | 0 | 1100 | 1111 | 1001 | 1001 | 101010 | 1010100 |
Color Harmonies of #E8CBC6
Complementary color
Monochromatic Colors of #E8CBC6
Black with #E8CBC6
Text Example
Text Example
White with #E8CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CBC6; }
p { color: rgb(232,203,198); }
H1.HeaderClassName
{
color: #E8CBC6;
}
.AnyTagClassName
{
color: #E8CBC6;
}
</style>
background-color css
<style>
a { background-color: #E8CBC6; }
a { background-color: rgb(232,203,198); }
div.DivClassName
{
background-color: #E8CBC6;
}
.BgClassName
{
background-color: #E8CBC6;
}
</style>
border-color css
<style>
span { border-color: #E8CBC6; }
span { border-color: rgb(232,203,198); }
td.TdClassName
{
border-color: #E8CBC6;
}
.TagClassName
{
border-color: #E8CBC6;
}
</style>