Shades of Dust Storm #EEC8BE
Tints of Dust Storm #EEC8BE
RGB
CMYK
RGB Variations
Color information
#EEC8BE (or 0xEEC8BE) is known color: Dust Storm. HEX triplet: EE, C8 and BE. RGB value is (238,200,190). Sum of RGB (Red+Green+Blue) = 238+200+190=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8BE is #113741. Grayscale: #D2D2D2. Windows color (decimal): -1128258 or 12503278. OLE color: 12503278.
HSL color Cylindrical-coordinate representation of color #EEC8BE: hue angle of 12.5º degrees, saturation: 0.59, 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 #EEC8BE is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 190 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.07 |
| HSL | 12.5º | 0.59% | 0.84% | - |
| HSV(B) | 12.5º | 0.2% | 0.93% | - |
| XYZ | 65.21 | 63.2 | 57.48 | - |
| YUV | 210.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 190 | 0 | 0.16 | 0.20 | 0.07 | 12.5 | 0.59 | 0.84 |
| Hex | EE | C8 | BE | 0 | 10 | 14 | 7 | C | 3B | 54 |
| Octal | 356 | 310 | 276 | 0 | 20 | 24 | 7 | 14 | 73 | 124 |
| Binary | 11101110 | 11001000 | 10111110 | 0 | 10000 | 10100 | 111 | 1100 | 111011 | 1010100 |
Color Harmonies of #EEC8BE
Complementary color
Monochromatic Colors of #EEC8BE
Black with #EEC8BE
Text Example
Text Example
White with #EEC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8BE; }
p { color: rgb(238,200,190); }
H1.HeaderClassName
{
color: #EEC8BE;
}
.AnyTagClassName
{
color: #EEC8BE;
}
</style>
background-color css
<style>
a { background-color: #EEC8BE; }
a { background-color: rgb(238,200,190); }
div.DivClassName
{
background-color: #EEC8BE;
}
.BgClassName
{
background-color: #EEC8BE;
}
</style>
border-color css
<style>
span { border-color: #EEC8BE; }
span { border-color: rgb(238,200,190); }
td.TdClassName
{
border-color: #EEC8BE;
}
.TagClassName
{
border-color: #EEC8BE;
}
</style>