Shades of Dust Storm #EEC8C0
Tints of Dust Storm #EEC8C0
RGB
CMYK
RGB Variations
Color information
#EEC8C0 (or 0xEEC8C0) is known color: Dust Storm. HEX triplet: EE, C8 and C0. RGB value is (238,200,192). Sum of RGB (Red+Green+Blue) = 238+200+192=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8C0 is #11373F. Grayscale: #D2D2D2. Windows color (decimal): -1128256 or 12634350. OLE color: 12634350.
HSL color Cylindrical-coordinate representation of color #EEC8C0: hue angle of 10.43º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC8C0 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 200 | 192 | - |
CMYK | 0 | 0.16 | 0.19 | 0.07 |
HSL | 10.43º | 0.58% | 0.84% | - |
HSV(B) | 10.43º | 0.19% | 0.93% | - |
XYZ | 65.43 | 63.29 | 58.64 | - |
YUV | 210.45 | 117.59 | 147.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 200 | 192 | 0 | 0.16 | 0.19 | 0.07 | 10.43 | 0.58 | 0.84 |
Hex | EE | C8 | C0 | 0 | 10 | 13 | 7 | A | 3A | 54 |
Octal | 356 | 310 | 300 | 0 | 20 | 23 | 7 | 12 | 72 | 124 |
Binary | 11101110 | 11001000 | 11000000 | 0 | 10000 | 10011 | 111 | 1010 | 111010 | 1010100 |
Color Harmonies of #EEC8C0
Complementary color
Monochromatic Colors of #EEC8C0
Black with #EEC8C0
Text Example
Text Example
White with #EEC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8C0; }
p { color: rgb(238,200,192); }
H1.HeaderClassName
{
color: #EEC8C0;
}
.AnyTagClassName
{
color: #EEC8C0;
}
</style>
background-color css
<style>
a { background-color: #EEC8C0; }
a { background-color: rgb(238,200,192); }
div.DivClassName
{
background-color: #EEC8C0;
}
.BgClassName
{
background-color: #EEC8C0;
}
</style>
border-color css
<style>
span { border-color: #EEC8C0; }
span { border-color: rgb(238,200,192); }
td.TdClassName
{
border-color: #EEC8C0;
}
.TagClassName
{
border-color: #EEC8C0;
}
</style>