Shades of Dust Storm #EDCEC2
Tints of Dust Storm #EDCEC2
RGB
CMYK
RGB Variations
Color information
#EDCEC2 (or 0xEDCEC2) is known color: Dust Storm. HEX triplet: ED, CE and C2. RGB value is (237,206,194). Sum of RGB (Red+Green+Blue) = 237+206+194=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC2 is #12313D. Grayscale: #D5D5D5. Windows color (decimal): -1192254 or 12766957. OLE color: 12766957.
HSL color Cylindrical-coordinate representation of color #EDCEC2: hue angle of 16.74º degrees, saturation: 0.54, 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 #EDCEC2 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 194 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.07 |
| HSL | 16.74º | 0.54% | 0.85% | - |
| HSV(B) | 16.74º | 0.18% | 0.93% | - |
| XYZ | 66.73 | 66.04 | 60.27 | - |
| YUV | 213.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 194 | 0 | 0.13 | 0.18 | 0.07 | 16.74 | 0.54 | 0.85 |
| Hex | ED | CE | C2 | 0 | D | 12 | 7 | 11 | 36 | 55 |
| Octal | 355 | 316 | 302 | 0 | 15 | 22 | 7 | 21 | 66 | 125 |
| Binary | 11101101 | 11001110 | 11000010 | 0 | 1101 | 10010 | 111 | 10001 | 110110 | 1010101 |
Color Harmonies of #EDCEC2
Complementary color
Monochromatic Colors of #EDCEC2
Black with #EDCEC2
Text Example
Text Example
White with #EDCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEC2; }
p { color: rgb(237,206,194); }
H1.HeaderClassName
{
color: #EDCEC2;
}
.AnyTagClassName
{
color: #EDCEC2;
}
</style>
background-color css
<style>
a { background-color: #EDCEC2; }
a { background-color: rgb(237,206,194); }
div.DivClassName
{
background-color: #EDCEC2;
}
.BgClassName
{
background-color: #EDCEC2;
}
</style>
border-color css
<style>
span { border-color: #EDCEC2; }
span { border-color: rgb(237,206,194); }
td.TdClassName
{
border-color: #EDCEC2;
}
.TagClassName
{
border-color: #EDCEC2;
}
</style>