Shades of Dust Storm #EDCABF
Tints of Dust Storm #EDCABF
RGB
CMYK
RGB Variations
Color information
#EDCABF (or 0xEDCABF) is known color: Dust Storm. HEX triplet: ED, CA and BF. RGB value is (237,202,191). Sum of RGB (Red+Green+Blue) = 237+202+191=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCABF is #123540. Grayscale: #D3D3D3. Windows color (decimal): -1193281 or 12569325. OLE color: 12569325.
HSL color Cylindrical-coordinate representation of color #EDCABF: hue angle of 14.35º degrees, saturation: 0.56, 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 #EDCABF is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 191 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.07 |
| HSL | 14.35º | 0.56% | 0.84% | - |
| HSV(B) | 14.35º | 0.19% | 0.93% | - |
| XYZ | 65.45 | 64.01 | 58.2 | - |
| YUV | 211.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 191 | 0 | 0.15 | 0.19 | 0.07 | 14.35 | 0.56 | 0.84 |
| Hex | ED | CA | BF | 0 | F | 13 | 7 | E | 38 | 54 |
| Octal | 355 | 312 | 277 | 0 | 17 | 23 | 7 | 16 | 70 | 124 |
| Binary | 11101101 | 11001010 | 10111111 | 0 | 1111 | 10011 | 111 | 1110 | 111000 | 1010100 |
Color Harmonies of #EDCABF
Complementary color
Monochromatic Colors of #EDCABF
Black with #EDCABF
Text Example
Text Example
White with #EDCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCABF; }
p { color: rgb(237,202,191); }
H1.HeaderClassName
{
color: #EDCABF;
}
.AnyTagClassName
{
color: #EDCABF;
}
</style>
background-color css
<style>
a { background-color: #EDCABF; }
a { background-color: rgb(237,202,191); }
div.DivClassName
{
background-color: #EDCABF;
}
.BgClassName
{
background-color: #EDCABF;
}
</style>
border-color css
<style>
span { border-color: #EDCABF; }
span { border-color: rgb(237,202,191); }
td.TdClassName
{
border-color: #EDCABF;
}
.TagClassName
{
border-color: #EDCABF;
}
</style>