Shades of Dust Storm #EEC5BD
Tints of Dust Storm #EEC5BD
RGB
CMYK
RGB Variations
Color information
#EEC5BD (or 0xEEC5BD) is known color: Dust Storm. HEX triplet: EE, C5 and BD. RGB value is (238,197,189). Sum of RGB (Red+Green+Blue) = 238+197+189=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5BD is #113A42. Grayscale: #D0D0D0. Windows color (decimal): -1129027 or 12436974. OLE color: 12436974.
HSL color Cylindrical-coordinate representation of color #EEC5BD: hue angle of 9.8º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC5BD is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 189 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.07 |
| HSL | 9.8º | 0.59% | 0.84% | - |
| HSV(B) | 9.8º | 0.21% | 0.93% | - |
| XYZ | 64.41 | 61.78 | 56.67 | - |
| YUV | 208.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 189 | 0 | 0.17 | 0.21 | 0.07 | 9.8 | 0.59 | 0.84 |
| Hex | EE | C5 | BD | 0 | 11 | 15 | 7 | A | 3B | 54 |
| Octal | 356 | 305 | 275 | 0 | 21 | 25 | 7 | 12 | 73 | 124 |
| Binary | 11101110 | 11000101 | 10111101 | 0 | 10001 | 10101 | 111 | 1010 | 111011 | 1010100 |
Color Harmonies of #EEC5BD
Complementary color
Monochromatic Colors of #EEC5BD
Black with #EEC5BD
Text Example
Text Example
White with #EEC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5BD; }
p { color: rgb(238,197,189); }
H1.HeaderClassName
{
color: #EEC5BD;
}
.AnyTagClassName
{
color: #EEC5BD;
}
</style>
background-color css
<style>
a { background-color: #EEC5BD; }
a { background-color: rgb(238,197,189); }
div.DivClassName
{
background-color: #EEC5BD;
}
.BgClassName
{
background-color: #EEC5BD;
}
</style>
border-color css
<style>
span { border-color: #EEC5BD; }
span { border-color: rgb(238,197,189); }
td.TdClassName
{
border-color: #EEC5BD;
}
.TagClassName
{
border-color: #EEC5BD;
}
</style>