Shades of Dust Storm #E7CCBD
Tints of Dust Storm #E7CCBD
RGB
CMYK
RGB Variations
Color information
#E7CCBD (or 0xE7CCBD) is known color: Dust Storm. HEX triplet: E7, CC and BD. RGB value is (231,204,189). Sum of RGB (Red+Green+Blue) = 231+204+189=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CCBD is #183342. Grayscale: #D2D2D2. Windows color (decimal): -1585987 or 12438759. OLE color: 12438759.
HSL color Cylindrical-coordinate representation of color #E7CCBD: hue angle of 21.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7CCBD is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 204 | 189 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.09 |
| HSL | 21.43º | 0.47% | 0.82% | - |
| HSV(B) | 21.43º | 0.18% | 0.91% | - |
| XYZ | 63.73 | 63.85 | 57.11 | - |
| YUV | 210.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 204 | 189 | 0 | 0.12 | 0.18 | 0.09 | 21.43 | 0.47 | 0.82 |
| Hex | E7 | CC | BD | 0 | C | 12 | 9 | 15 | 2F | 52 |
| Octal | 347 | 314 | 275 | 0 | 14 | 22 | 11 | 25 | 57 | 122 |
| Binary | 11100111 | 11001100 | 10111101 | 0 | 1100 | 10010 | 1001 | 10101 | 101111 | 1010010 |
Color Harmonies of #E7CCBD
Complementary color
Monochromatic Colors of #E7CCBD
Black with #E7CCBD
Text Example
Text Example
White with #E7CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CCBD; }
p { color: rgb(231,204,189); }
H1.HeaderClassName
{
color: #E7CCBD;
}
.AnyTagClassName
{
color: #E7CCBD;
}
</style>
background-color css
<style>
a { background-color: #E7CCBD; }
a { background-color: rgb(231,204,189); }
div.DivClassName
{
background-color: #E7CCBD;
}
.BgClassName
{
background-color: #E7CCBD;
}
</style>
border-color css
<style>
span { border-color: #E7CCBD; }
span { border-color: rgb(231,204,189); }
td.TdClassName
{
border-color: #E7CCBD;
}
.TagClassName
{
border-color: #E7CCBD;
}
</style>