Shades of Dust Storm #EECAC0
Tints of Dust Storm #EECAC0
RGB
CMYK
RGB Variations
Color information
#EECAC0 (or 0xEECAC0) is known color: Dust Storm. HEX triplet: EE, CA and C0. RGB value is (238,202,192). Sum of RGB (Red+Green+Blue) = 238+202+192=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAC0 is #11353F. Grayscale: #D3D3D3. Windows color (decimal): -1127744 or 12634862. OLE color: 12634862.
HSL color Cylindrical-coordinate representation of color #EECAC0: hue angle of 13.04º 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 #EECAC0 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 202 | 192 | - |
CMYK | 0 | 0.15 | 0.19 | 0.07 |
HSL | 13.04º | 0.58% | 0.84% | - |
HSV(B) | 13.04º | 0.19% | 0.93% | - |
XYZ | 65.89 | 64.22 | 58.79 | - |
YUV | 211.62 | 116.93 | 146.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 192 | 0 | 0.15 | 0.19 | 0.07 | 13.04 | 0.58 | 0.84 |
Hex | EE | CA | C0 | 0 | F | 13 | 7 | D | 3A | 54 |
Octal | 356 | 312 | 300 | 0 | 17 | 23 | 7 | 15 | 72 | 124 |
Binary | 11101110 | 11001010 | 11000000 | 0 | 1111 | 10011 | 111 | 1101 | 111010 | 1010100 |
Color Harmonies of #EECAC0
Complementary color
Monochromatic Colors of #EECAC0
Black with #EECAC0
Text Example
Text Example
White with #EECAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAC0; }
p { color: rgb(238,202,192); }
H1.HeaderClassName
{
color: #EECAC0;
}
.AnyTagClassName
{
color: #EECAC0;
}
</style>
background-color css
<style>
a { background-color: #EECAC0; }
a { background-color: rgb(238,202,192); }
div.DivClassName
{
background-color: #EECAC0;
}
.BgClassName
{
background-color: #EECAC0;
}
</style>
border-color css
<style>
span { border-color: #EECAC0; }
span { border-color: rgb(238,202,192); }
td.TdClassName
{
border-color: #EECAC0;
}
.TagClassName
{
border-color: #EECAC0;
}
</style>