Shades of Dust Storm #E8CDBE
Tints of Dust Storm #E8CDBE
RGB
CMYK
RGB Variations
Color information
#E8CDBE (or 0xE8CDBE) is known color: Dust Storm. HEX triplet: E8, CD and BE. RGB value is (232,205,190). Sum of RGB (Red+Green+Blue) = 232+205+190=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDBE is #173241. Grayscale: #D3D3D3. Windows color (decimal): -1520194 or 12504552. OLE color: 12504552.
HSL color Cylindrical-coordinate representation of color #E8CDBE: hue angle of 21.43º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8CDBE is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 190 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.09 |
| HSL | 21.43º | 0.48% | 0.83% | - |
| HSV(B) | 21.43º | 0.18% | 0.91% | - |
| XYZ | 64.4 | 64.54 | 57.78 | - |
| YUV | 211.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 190 | 0 | 0.12 | 0.18 | 0.09 | 21.43 | 0.48 | 0.83 |
| Hex | E8 | CD | BE | 0 | C | 12 | 9 | 15 | 30 | 53 |
| Octal | 350 | 315 | 276 | 0 | 14 | 22 | 11 | 25 | 60 | 123 |
| Binary | 11101000 | 11001101 | 10111110 | 0 | 1100 | 10010 | 1001 | 10101 | 110000 | 1010011 |
Color Harmonies of #E8CDBE
Complementary color
Monochromatic Colors of #E8CDBE
Black with #E8CDBE
Text Example
Text Example
White with #E8CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDBE; }
p { color: rgb(232,205,190); }
H1.HeaderClassName
{
color: #E8CDBE;
}
.AnyTagClassName
{
color: #E8CDBE;
}
</style>
background-color css
<style>
a { background-color: #E8CDBE; }
a { background-color: rgb(232,205,190); }
div.DivClassName
{
background-color: #E8CDBE;
}
.BgClassName
{
background-color: #E8CDBE;
}
</style>
border-color css
<style>
span { border-color: #E8CDBE; }
span { border-color: rgb(232,205,190); }
td.TdClassName
{
border-color: #E8CDBE;
}
.TagClassName
{
border-color: #E8CDBE;
}
</style>