Shades of Dust Storm #EECDC3
Tints of Dust Storm #EECDC3
RGB
CMYK
RGB Variations
Color information
#EECDC3 (or 0xEECDC3) is known color: Dust Storm. HEX triplet: EE, CD and C3. RGB value is (238,205,195). Sum of RGB (Red+Green+Blue) = 238+205+195=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDC3 is #11323C. Grayscale: #D5D5D5. Windows color (decimal): -1126973 or 12832238. OLE color: 12832238.
HSL color Cylindrical-coordinate representation of color #EECDC3: hue angle of 13.95º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECDC3 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 195 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.07 |
| HSL | 13.95º | 0.56% | 0.85% | - |
| HSV(B) | 13.95º | 0.18% | 0.93% | - |
| XYZ | 66.94 | 65.78 | 60.8 | - |
| YUV | 213.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 195 | 0 | 0.14 | 0.18 | 0.07 | 13.95 | 0.56 | 0.85 |
| Hex | EE | CD | C3 | 0 | E | 12 | 7 | E | 38 | 55 |
| Octal | 356 | 315 | 303 | 0 | 16 | 22 | 7 | 16 | 70 | 125 |
| Binary | 11101110 | 11001101 | 11000011 | 0 | 1110 | 10010 | 111 | 1110 | 111000 | 1010101 |
Color Harmonies of #EECDC3
Complementary color
Monochromatic Colors of #EECDC3
Black with #EECDC3
Text Example
Text Example
White with #EECDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDC3; }
p { color: rgb(238,205,195); }
H1.HeaderClassName
{
color: #EECDC3;
}
.AnyTagClassName
{
color: #EECDC3;
}
</style>
background-color css
<style>
a { background-color: #EECDC3; }
a { background-color: rgb(238,205,195); }
div.DivClassName
{
background-color: #EECDC3;
}
.BgClassName
{
background-color: #EECDC3;
}
</style>
border-color css
<style>
span { border-color: #EECDC3; }
span { border-color: rgb(238,205,195); }
td.TdClassName
{
border-color: #EECDC3;
}
.TagClassName
{
border-color: #EECDC3;
}
</style>