Shades of Dust Storm #E6CCC5
Tints of Dust Storm #E6CCC5
RGB
CMYK
RGB Variations
Color information
#E6CCC5 (or 0xE6CCC5) is known color: Dust Storm. HEX triplet: E6, CC and C5. RGB value is (230,204,197). Sum of RGB (Red+Green+Blue) = 230+204+197=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCC5 is #19333A. Grayscale: #D3D3D3. Windows color (decimal): -1651515 or 12963046. OLE color: 12963046.
HSL color Cylindrical-coordinate representation of color #E6CCC5: hue angle of 12.73º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6CCC5 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 197 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.10 |
| HSL | 12.73º | 0.4% | 0.84% | - |
| HSV(B) | 12.73º | 0.14% | 0.9% | - |
| XYZ | 64.3 | 64.04 | 61.8 | - |
| YUV | 210.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 197 | 0 | 0.11 | 0.14 | 0.10 | 12.73 | 0.4 | 0.84 |
| Hex | E6 | CC | C5 | 0 | B | E | A | D | 28 | 54 |
| Octal | 346 | 314 | 305 | 0 | 13 | 16 | 12 | 15 | 50 | 124 |
| Binary | 11100110 | 11001100 | 11000101 | 0 | 1011 | 1110 | 1010 | 1101 | 101000 | 1010100 |
Color Harmonies of #E6CCC5
Complementary color
Monochromatic Colors of #E6CCC5
Black with #E6CCC5
Text Example
Text Example
White with #E6CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCC5; }
p { color: rgb(230,204,197); }
H1.HeaderClassName
{
color: #E6CCC5;
}
.AnyTagClassName
{
color: #E6CCC5;
}
</style>
background-color css
<style>
a { background-color: #E6CCC5; }
a { background-color: rgb(230,204,197); }
div.DivClassName
{
background-color: #E6CCC5;
}
.BgClassName
{
background-color: #E6CCC5;
}
</style>
border-color css
<style>
span { border-color: #E6CCC5; }
span { border-color: rgb(230,204,197); }
td.TdClassName
{
border-color: #E6CCC5;
}
.TagClassName
{
border-color: #E6CCC5;
}
</style>