Shades of Dust Storm #E6CCC4
Tints of Dust Storm #E6CCC4
RGB
CMYK
RGB Variations
Color information
#E6CCC4 (or 0xE6CCC4) is known color: Dust Storm. HEX triplet: E6, CC and C4. RGB value is (230,204,196). Sum of RGB (Red+Green+Blue) = 230+204+196=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCC4 is #19333B. Grayscale: #D2D2D2. Windows color (decimal): -1651516 or 12897510. OLE color: 12897510.
HSL color Cylindrical-coordinate representation of color #E6CCC4: hue angle of 14.12º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6CCC4 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 196 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.10 |
| HSL | 14.12º | 0.4% | 0.84% | - |
| HSV(B) | 14.12º | 0.15% | 0.9% | - |
| XYZ | 64.19 | 63.99 | 61.19 | - |
| YUV | 210.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 196 | 0 | 0.11 | 0.15 | 0.10 | 14.12 | 0.4 | 0.84 |
| Hex | E6 | CC | C4 | 0 | B | F | A | E | 28 | 54 |
| Octal | 346 | 314 | 304 | 0 | 13 | 17 | 12 | 16 | 50 | 124 |
| Binary | 11100110 | 11001100 | 11000100 | 0 | 1011 | 1111 | 1010 | 1110 | 101000 | 1010100 |
Color Harmonies of #E6CCC4
Complementary color
Monochromatic Colors of #E6CCC4
Black with #E6CCC4
Text Example
Text Example
White with #E6CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCC4; }
p { color: rgb(230,204,196); }
H1.HeaderClassName
{
color: #E6CCC4;
}
.AnyTagClassName
{
color: #E6CCC4;
}
</style>
background-color css
<style>
a { background-color: #E6CCC4; }
a { background-color: rgb(230,204,196); }
div.DivClassName
{
background-color: #E6CCC4;
}
.BgClassName
{
background-color: #E6CCC4;
}
</style>
border-color css
<style>
span { border-color: #E6CCC4; }
span { border-color: rgb(230,204,196); }
td.TdClassName
{
border-color: #E6CCC4;
}
.TagClassName
{
border-color: #E6CCC4;
}
</style>