Shades of Dust Storm #EDC7C1
Tints of Dust Storm #EDC7C1
RGB
CMYK
RGB Variations
Color information
#EDC7C1 (or 0xEDC7C1) is known color: Dust Storm. HEX triplet: ED, C7 and C1. RGB value is (237,199,193). Sum of RGB (Red+Green+Blue) = 237+199+193=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC7C1 is #12383E. Grayscale: #D1D1D1. Windows color (decimal): -1194047 or 12699629. OLE color: 12699629.
HSL color Cylindrical-coordinate representation of color #EDC7C1: hue angle of 8.18º degrees, saturation: 0.55, 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 #EDC7C1 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 193 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.07 |
| HSL | 8.18º | 0.55% | 0.84% | - |
| HSV(B) | 8.18º | 0.19% | 0.93% | - |
| XYZ | 64.97 | 62.7 | 59.13 | - |
| YUV | 209.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 193 | 0 | 0.16 | 0.19 | 0.07 | 8.18 | 0.55 | 0.84 |
| Hex | ED | C7 | C1 | 0 | 10 | 13 | 7 | 8 | 37 | 54 |
| Octal | 355 | 307 | 301 | 0 | 20 | 23 | 7 | 10 | 67 | 124 |
| Binary | 11101101 | 11000111 | 11000001 | 0 | 10000 | 10011 | 111 | 1000 | 110111 | 1010100 |
Color Harmonies of #EDC7C1
Complementary color
Monochromatic Colors of #EDC7C1
Black with #EDC7C1
Text Example
Text Example
White with #EDC7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7C1; }
p { color: rgb(237,199,193); }
H1.HeaderClassName
{
color: #EDC7C1;
}
.AnyTagClassName
{
color: #EDC7C1;
}
</style>
background-color css
<style>
a { background-color: #EDC7C1; }
a { background-color: rgb(237,199,193); }
div.DivClassName
{
background-color: #EDC7C1;
}
.BgClassName
{
background-color: #EDC7C1;
}
</style>
border-color css
<style>
span { border-color: #EDC7C1; }
span { border-color: rgb(237,199,193); }
td.TdClassName
{
border-color: #EDC7C1;
}
.TagClassName
{
border-color: #EDC7C1;
}
</style>