Shades of Dust Storm #EDCBC3
Tints of Dust Storm #EDCBC3
RGB
CMYK
RGB Variations
Color information
#EDCBC3 (or 0xEDCBC3) is known color: Dust Storm. HEX triplet: ED, CB and C3. RGB value is (237,203,195). Sum of RGB (Red+Green+Blue) = 237+203+195=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBC3 is #12343C. Grayscale: #D4D4D4. Windows color (decimal): -1193021 or 12831725. OLE color: 12831725.
HSL color Cylindrical-coordinate representation of color #EDCBC3: hue angle of 11.43º 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 #EDCBC3 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 203 | 195 | - |
CMYK | 0 | 0.14 | 0.18 | 0.07 |
HSL | 11.43º | 0.54% | 0.85% | - |
HSV(B) | 11.43º | 0.18% | 0.93% | - |
XYZ | 66.13 | 64.66 | 60.62 | - |
YUV | 212.25 | 118.26 | 145.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 203 | 195 | 0 | 0.14 | 0.18 | 0.07 | 11.43 | 0.54 | 0.85 |
Hex | ED | CB | C3 | 0 | E | 12 | 7 | B | 36 | 55 |
Octal | 355 | 313 | 303 | 0 | 16 | 22 | 7 | 13 | 66 | 125 |
Binary | 11101101 | 11001011 | 11000011 | 0 | 1110 | 10010 | 111 | 1011 | 110110 | 1010101 |
Color Harmonies of #EDCBC3
Complementary color
Monochromatic Colors of #EDCBC3
Black with #EDCBC3
Text Example
Text Example
White with #EDCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBC3; }
p { color: rgb(237,203,195); }
H1.HeaderClassName
{
color: #EDCBC3;
}
.AnyTagClassName
{
color: #EDCBC3;
}
</style>
background-color css
<style>
a { background-color: #EDCBC3; }
a { background-color: rgb(237,203,195); }
div.DivClassName
{
background-color: #EDCBC3;
}
.BgClassName
{
background-color: #EDCBC3;
}
</style>
border-color css
<style>
span { border-color: #EDCBC3; }
span { border-color: rgb(237,203,195); }
td.TdClassName
{
border-color: #EDCBC3;
}
.TagClassName
{
border-color: #EDCBC3;
}
</style>