Shades of Dust Storm #E6CCC6
Tints of Dust Storm #E6CCC6
RGB
CMYK
RGB Variations
Color information
#E6CCC6 (or 0xE6CCC6) is known color: Dust Storm. HEX triplet: E6, CC and C6. RGB value is (230,204,198). Sum of RGB (Red+Green+Blue) = 230+204+198=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCC6 is #193339. Grayscale: #D3D3D3. Windows color (decimal): -1651514 or 13028582. OLE color: 13028582.
HSL color Cylindrical-coordinate representation of color #E6CCC6: hue angle of 11.25º degrees, saturation: 0.39, 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 #E6CCC6 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 198 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.10 |
| HSL | 11.25º | 0.39% | 0.84% | - |
| HSV(B) | 11.25º | 0.14% | 0.9% | - |
| XYZ | 64.42 | 64.09 | 62.4 | - |
| YUV | 211.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 198 | 0 | 0.11 | 0.14 | 0.10 | 11.25 | 0.39 | 0.84 |
| Hex | E6 | CC | C6 | 0 | B | E | A | B | 27 | 54 |
| Octal | 346 | 314 | 306 | 0 | 13 | 16 | 12 | 13 | 47 | 124 |
| Binary | 11100110 | 11001100 | 11000110 | 0 | 1011 | 1110 | 1010 | 1011 | 100111 | 1010100 |
Color Harmonies of #E6CCC6
Complementary color
Monochromatic Colors of #E6CCC6
Black with #E6CCC6
Text Example
Text Example
White with #E6CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCC6; }
p { color: rgb(230,204,198); }
H1.HeaderClassName
{
color: #E6CCC6;
}
.AnyTagClassName
{
color: #E6CCC6;
}
</style>
background-color css
<style>
a { background-color: #E6CCC6; }
a { background-color: rgb(230,204,198); }
div.DivClassName
{
background-color: #E6CCC6;
}
.BgClassName
{
background-color: #E6CCC6;
}
</style>
border-color css
<style>
span { border-color: #E6CCC6; }
span { border-color: rgb(230,204,198); }
td.TdClassName
{
border-color: #E6CCC6;
}
.TagClassName
{
border-color: #E6CCC6;
}
</style>