Shades of Dust Storm #EEC8BF
Tints of Dust Storm #EEC8BF
RGB
CMYK
RGB Variations
Color information
#EEC8BF (or 0xEEC8BF) is known color: Dust Storm. HEX triplet: EE, C8 and BF. RGB value is (238,200,191). Sum of RGB (Red+Green+Blue) = 238+200+191=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8BF is #113740. Grayscale: #D2D2D2. Windows color (decimal): -1128257 or 12568814. OLE color: 12568814.
HSL color Cylindrical-coordinate representation of color #EEC8BF: hue angle of 11.49º 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 #EEC8BF is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 191 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.07 |
| HSL | 11.49º | 0.58% | 0.84% | - |
| HSV(B) | 11.49º | 0.2% | 0.93% | - |
| XYZ | 65.32 | 63.25 | 58.06 | - |
| YUV | 210.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 191 | 0 | 0.16 | 0.20 | 0.07 | 11.49 | 0.58 | 0.84 |
| Hex | EE | C8 | BF | 0 | 10 | 14 | 7 | B | 3A | 54 |
| Octal | 356 | 310 | 277 | 0 | 20 | 24 | 7 | 13 | 72 | 124 |
| Binary | 11101110 | 11001000 | 10111111 | 0 | 10000 | 10100 | 111 | 1011 | 111010 | 1010100 |
Color Harmonies of #EEC8BF
Complementary color
Monochromatic Colors of #EEC8BF
Black with #EEC8BF
Text Example
Text Example
White with #EEC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8BF; }
p { color: rgb(238,200,191); }
H1.HeaderClassName
{
color: #EEC8BF;
}
.AnyTagClassName
{
color: #EEC8BF;
}
</style>
background-color css
<style>
a { background-color: #EEC8BF; }
a { background-color: rgb(238,200,191); }
div.DivClassName
{
background-color: #EEC8BF;
}
.BgClassName
{
background-color: #EEC8BF;
}
</style>
border-color css
<style>
span { border-color: #EEC8BF; }
span { border-color: rgb(238,200,191); }
td.TdClassName
{
border-color: #EEC8BF;
}
.TagClassName
{
border-color: #EEC8BF;
}
</style>