Shades of Dust Storm #EEC5BF
Tints of Dust Storm #EEC5BF
RGB
CMYK
RGB Variations
Color information
#EEC5BF (or 0xEEC5BF) is known color: Dust Storm. HEX triplet: EE, C5 and BF. RGB value is (238,197,191). Sum of RGB (Red+Green+Blue) = 238+197+191=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5BF is #113A40. Grayscale: #D0D0D0. Windows color (decimal): -1129025 or 12568046. OLE color: 12568046.
HSL color Cylindrical-coordinate representation of color #EEC5BF: hue angle of 7.66º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEC5BF is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 191 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.07 |
| HSL | 7.66º | 0.58% | 0.84% | - |
| HSV(B) | 7.66º | 0.2% | 0.93% | - |
| XYZ | 64.63 | 61.87 | 57.83 | - |
| YUV | 208.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 191 | 0 | 0.17 | 0.20 | 0.07 | 7.66 | 0.58 | 0.84 |
| Hex | EE | C5 | BF | 0 | 11 | 14 | 7 | 8 | 3A | 54 |
| Octal | 356 | 305 | 277 | 0 | 21 | 24 | 7 | 10 | 72 | 124 |
| Binary | 11101110 | 11000101 | 10111111 | 0 | 10001 | 10100 | 111 | 1000 | 111010 | 1010100 |
Color Harmonies of #EEC5BF
Complementary color
Monochromatic Colors of #EEC5BF
Black with #EEC5BF
Text Example
Text Example
White with #EEC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5BF; }
p { color: rgb(238,197,191); }
H1.HeaderClassName
{
color: #EEC5BF;
}
.AnyTagClassName
{
color: #EEC5BF;
}
</style>
background-color css
<style>
a { background-color: #EEC5BF; }
a { background-color: rgb(238,197,191); }
div.DivClassName
{
background-color: #EEC5BF;
}
.BgClassName
{
background-color: #EEC5BF;
}
</style>
border-color css
<style>
span { border-color: #EEC5BF; }
span { border-color: rgb(238,197,191); }
td.TdClassName
{
border-color: #EEC5BF;
}
.TagClassName
{
border-color: #EEC5BF;
}
</style>