Shades of Dust Storm #EEC5BB
Tints of Dust Storm #EEC5BB
RGB
CMYK
RGB Variations
Color information
#EEC5BB (or 0xEEC5BB) is known color: Dust Storm. HEX triplet: EE, C5 and BB. RGB value is (238,197,187). Sum of RGB (Red+Green+Blue) = 238+197+187=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 197 (77.34% from 255 or 31.67% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5BB is #113A44. Grayscale: #D0D0D0. Windows color (decimal): -1129029 or 12305902. OLE color: 12305902.
HSL color Cylindrical-coordinate representation of color #EEC5BB: hue angle of 11.76º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC5BB is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 187 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.07 |
| HSL | 11.76º | 0.6% | 0.83% | - |
| HSV(B) | 11.76º | 0.21% | 0.93% | - |
| XYZ | 64.2 | 61.7 | 55.54 | - |
| YUV | 208.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 187 | 0 | 0.17 | 0.21 | 0.07 | 11.76 | 0.6 | 0.83 |
| Hex | EE | C5 | BB | 0 | 11 | 15 | 7 | C | 3C | 53 |
| Octal | 356 | 305 | 273 | 0 | 21 | 25 | 7 | 14 | 74 | 123 |
| Binary | 11101110 | 11000101 | 10111011 | 0 | 10001 | 10101 | 111 | 1100 | 111100 | 1010011 |
Color Harmonies of #EEC5BB
Complementary color
Monochromatic Colors of #EEC5BB
Black with #EEC5BB
Text Example
Text Example
White with #EEC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5BB; }
p { color: rgb(238,197,187); }
H1.HeaderClassName
{
color: #EEC5BB;
}
.AnyTagClassName
{
color: #EEC5BB;
}
</style>
background-color css
<style>
a { background-color: #EEC5BB; }
a { background-color: rgb(238,197,187); }
div.DivClassName
{
background-color: #EEC5BB;
}
.BgClassName
{
background-color: #EEC5BB;
}
</style>
border-color css
<style>
span { border-color: #EEC5BB; }
span { border-color: rgb(238,197,187); }
td.TdClassName
{
border-color: #EEC5BB;
}
.TagClassName
{
border-color: #EEC5BB;
}
</style>