Shades of Dust Storm #E4CABC
Tints of Dust Storm #E4CABC
RGB
CMYK
RGB Variations
Color information
#E4CABC (or 0xE4CABC) is known color: Dust Storm. HEX triplet: E4, CA and BC. RGB value is (228,202,188). Sum of RGB (Red+Green+Blue) = 228+202+188=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CABC is #1B3543. Grayscale: #D0D0D0. Windows color (decimal): -1783108 or 12372708. OLE color: 12372708.
HSL color Cylindrical-coordinate representation of color #E4CABC: hue angle of 21º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4CABC is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 188 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.11 |
| HSL | 21º | 0.43% | 0.82% | - |
| HSV(B) | 21º | 0.18% | 0.89% | - |
| XYZ | 62.19 | 62.37 | 56.34 | - |
| YUV | 208.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 188 | 0 | 0.11 | 0.18 | 0.11 | 21 | 0.43 | 0.82 |
| Hex | E4 | CA | BC | 0 | B | 12 | B | 15 | 2B | 52 |
| Octal | 344 | 312 | 274 | 0 | 13 | 22 | 13 | 25 | 53 | 122 |
| Binary | 11100100 | 11001010 | 10111100 | 0 | 1011 | 10010 | 1011 | 10101 | 101011 | 1010010 |
Color Harmonies of #E4CABC
Complementary color
Monochromatic Colors of #E4CABC
Black with #E4CABC
Text Example
Text Example
White with #E4CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CABC; }
p { color: rgb(228,202,188); }
H1.HeaderClassName
{
color: #E4CABC;
}
.AnyTagClassName
{
color: #E4CABC;
}
</style>
background-color css
<style>
a { background-color: #E4CABC; }
a { background-color: rgb(228,202,188); }
div.DivClassName
{
background-color: #E4CABC;
}
.BgClassName
{
background-color: #E4CABC;
}
</style>
border-color css
<style>
span { border-color: #E4CABC; }
span { border-color: rgb(228,202,188); }
td.TdClassName
{
border-color: #E4CABC;
}
.TagClassName
{
border-color: #E4CABC;
}
</style>