Shades of Dust Storm #EDCCC2
Tints of Dust Storm #EDCCC2
RGB
CMYK
RGB Variations
Color information
#EDCCC2 (or 0xEDCCC2) is known color: Dust Storm. HEX triplet: ED, CC and C2. RGB value is (237,204,194). Sum of RGB (Red+Green+Blue) = 237+204+194=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCC2 is #12333D. Grayscale: #D4D4D4. Windows color (decimal): -1192766 or 12766445. OLE color: 12766445.
HSL color Cylindrical-coordinate representation of color #EDCCC2: hue angle of 13.95º 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 #EDCCC2 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 194 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.07 |
| HSL | 13.95º | 0.54% | 0.85% | - |
| HSV(B) | 13.95º | 0.18% | 0.93% | - |
| XYZ | 66.26 | 65.09 | 60.11 | - |
| YUV | 212.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 194 | 0 | 0.14 | 0.18 | 0.07 | 13.95 | 0.54 | 0.85 |
| Hex | ED | CC | C2 | 0 | E | 12 | 7 | E | 36 | 55 |
| Octal | 355 | 314 | 302 | 0 | 16 | 22 | 7 | 16 | 66 | 125 |
| Binary | 11101101 | 11001100 | 11000010 | 0 | 1110 | 10010 | 111 | 1110 | 110110 | 1010101 |
Color Harmonies of #EDCCC2
Complementary color
Monochromatic Colors of #EDCCC2
Black with #EDCCC2
Text Example
Text Example
White with #EDCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCC2; }
p { color: rgb(237,204,194); }
H1.HeaderClassName
{
color: #EDCCC2;
}
.AnyTagClassName
{
color: #EDCCC2;
}
</style>
background-color css
<style>
a { background-color: #EDCCC2; }
a { background-color: rgb(237,204,194); }
div.DivClassName
{
background-color: #EDCCC2;
}
.BgClassName
{
background-color: #EDCCC2;
}
</style>
border-color css
<style>
span { border-color: #EDCCC2; }
span { border-color: rgb(237,204,194); }
td.TdClassName
{
border-color: #EDCCC2;
}
.TagClassName
{
border-color: #EDCCC2;
}
</style>