Shades of Dust Storm #EACCC3
Tints of Dust Storm #EACCC3
RGB
CMYK
RGB Variations
Color information
#EACCC3 (or 0xEACCC3) is known color: Dust Storm. HEX triplet: EA, CC and C3. RGB value is (234,204,195). Sum of RGB (Red+Green+Blue) = 234+204+195=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACCC3 is #15333C. Grayscale: #D4D4D4. Windows color (decimal): -1389373 or 12831978. OLE color: 12831978.
HSL color Cylindrical-coordinate representation of color #EACCC3: hue angle of 13.85º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EACCC3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 204 | 195 | - |
CMYK | 0 | 0.13 | 0.17 | 0.08 |
HSL | 13.85º | 0.48% | 0.84% | - |
HSV(B) | 13.85º | 0.17% | 0.92% | - |
XYZ | 65.37 | 64.62 | 60.66 | - |
YUV | 211.94 | 118.44 | 143.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 204 | 195 | 0 | 0.13 | 0.17 | 0.08 | 13.85 | 0.48 | 0.84 |
Hex | EA | CC | C3 | 0 | D | 11 | 8 | E | 30 | 54 |
Octal | 352 | 314 | 303 | 0 | 15 | 21 | 10 | 16 | 60 | 124 |
Binary | 11101010 | 11001100 | 11000011 | 0 | 1101 | 10001 | 1000 | 1110 | 110000 | 1010100 |
Color Harmonies of #EACCC3
Complementary color
Monochromatic Colors of #EACCC3
Black with #EACCC3
Text Example
Text Example
White with #EACCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCC3; }
p { color: rgb(234,204,195); }
H1.HeaderClassName
{
color: #EACCC3;
}
.AnyTagClassName
{
color: #EACCC3;
}
</style>
background-color css
<style>
a { background-color: #EACCC3; }
a { background-color: rgb(234,204,195); }
div.DivClassName
{
background-color: #EACCC3;
}
.BgClassName
{
background-color: #EACCC3;
}
</style>
border-color css
<style>
span { border-color: #EACCC3; }
span { border-color: rgb(234,204,195); }
td.TdClassName
{
border-color: #EACCC3;
}
.TagClassName
{
border-color: #EACCC3;
}
</style>