Shades of Dust Storm #EDCAC2
Tints of Dust Storm #EDCAC2
RGB
CMYK
RGB Variations
Color information
#EDCAC2 (or 0xEDCAC2) is known color: Dust Storm. HEX triplet: ED, CA and C2. RGB value is (237,202,194). Sum of RGB (Red+Green+Blue) = 237+202+194=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAC2 is #12353D. Grayscale: #D3D3D3. Windows color (decimal): -1193278 or 12765933. OLE color: 12765933.
HSL color Cylindrical-coordinate representation of color #EDCAC2: hue angle of 11.16º 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 #EDCAC2 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 202 | 194 | - |
CMYK | 0 | 0.15 | 0.18 | 0.07 |
HSL | 11.16º | 0.54% | 0.85% | - |
HSV(B) | 11.16º | 0.18% | 0.93% | - |
XYZ | 65.78 | 64.14 | 59.95 | - |
YUV | 211.55 | 118.1 | 146.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 202 | 194 | 0 | 0.15 | 0.18 | 0.07 | 11.16 | 0.54 | 0.85 |
Hex | ED | CA | C2 | 0 | F | 12 | 7 | B | 36 | 55 |
Octal | 355 | 312 | 302 | 0 | 17 | 22 | 7 | 13 | 66 | 125 |
Binary | 11101101 | 11001010 | 11000010 | 0 | 1111 | 10010 | 111 | 1011 | 110110 | 1010101 |
Color Harmonies of #EDCAC2
Complementary color
Monochromatic Colors of #EDCAC2
Black with #EDCAC2
Text Example
Text Example
White with #EDCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCAC2; }
p { color: rgb(237,202,194); }
H1.HeaderClassName
{
color: #EDCAC2;
}
.AnyTagClassName
{
color: #EDCAC2;
}
</style>
background-color css
<style>
a { background-color: #EDCAC2; }
a { background-color: rgb(237,202,194); }
div.DivClassName
{
background-color: #EDCAC2;
}
.BgClassName
{
background-color: #EDCAC2;
}
</style>
border-color css
<style>
span { border-color: #EDCAC2; }
span { border-color: rgb(237,202,194); }
td.TdClassName
{
border-color: #EDCAC2;
}
.TagClassName
{
border-color: #EDCAC2;
}
</style>