Shades of Dust Storm #EDCCC1
Tints of Dust Storm #EDCCC1
RGB
CMYK
RGB Variations
Color information
#EDCCC1 (or 0xEDCCC1) is known color: Dust Storm. HEX triplet: ED, CC and C1. RGB value is (237,204,193). Sum of RGB (Red+Green+Blue) = 237+204+193=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC1 is #12333E. Grayscale: #D4D4D4. Windows color (decimal): -1192767 or 12700909. OLE color: 12700909.
HSL color Cylindrical-coordinate representation of color #EDCCC1: hue angle of 15º 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 #EDCCC1 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 193 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.07 |
| HSL | 15º | 0.55% | 0.84% | - |
| HSV(B) | 15º | 0.19% | 0.93% | - |
| XYZ | 66.14 | 65.04 | 59.52 | - |
| YUV | 212.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 193 | 0 | 0.14 | 0.19 | 0.07 | 15 | 0.55 | 0.84 |
| Hex | ED | CC | C1 | 0 | E | 13 | 7 | F | 37 | 54 |
| Octal | 355 | 314 | 301 | 0 | 16 | 23 | 7 | 17 | 67 | 124 |
| Binary | 11101101 | 11001100 | 11000001 | 0 | 1110 | 10011 | 111 | 1111 | 110111 | 1010100 |
Color Harmonies of #EDCCC1
Complementary color
Monochromatic Colors of #EDCCC1
Black with #EDCCC1
Text Example
Text Example
White with #EDCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCC1; }
p { color: rgb(237,204,193); }
H1.HeaderClassName
{
color: #EDCCC1;
}
.AnyTagClassName
{
color: #EDCCC1;
}
</style>
background-color css
<style>
a { background-color: #EDCCC1; }
a { background-color: rgb(237,204,193); }
div.DivClassName
{
background-color: #EDCCC1;
}
.BgClassName
{
background-color: #EDCCC1;
}
</style>
border-color css
<style>
span { border-color: #EDCCC1; }
span { border-color: rgb(237,204,193); }
td.TdClassName
{
border-color: #EDCCC1;
}
.TagClassName
{
border-color: #EDCCC1;
}
</style>