Shades of Dust Storm #E6CBC7
Tints of Dust Storm #E6CBC7
RGB
CMYK
RGB Variations
Color information
#E6CBC7 (or 0xE6CBC7) is known color: Dust Storm. HEX triplet: E6, CB and C7. RGB value is (230,203,199). Sum of RGB (Red+Green+Blue) = 230+203+199=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBC7 is #193438. Grayscale: #D2D2D2. Windows color (decimal): -1651769 or 13093862. OLE color: 13093862.
HSL color Cylindrical-coordinate representation of color #E6CBC7: hue angle of 7.74º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6CBC7 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 199 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.10 |
| HSL | 7.74º | 0.38% | 0.84% | - |
| HSV(B) | 7.74º | 0.13% | 0.9% | - |
| XYZ | 64.3 | 63.66 | 62.93 | - |
| YUV | 210.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 199 | 0 | 0.12 | 0.13 | 0.10 | 7.74 | 0.38 | 0.84 |
| Hex | E6 | CB | C7 | 0 | C | D | A | 8 | 26 | 54 |
| Octal | 346 | 313 | 307 | 0 | 14 | 15 | 12 | 10 | 46 | 124 |
| Binary | 11100110 | 11001011 | 11000111 | 0 | 1100 | 1101 | 1010 | 1000 | 100110 | 1010100 |
Color Harmonies of #E6CBC7
Complementary color
Monochromatic Colors of #E6CBC7
Black with #E6CBC7
Text Example
Text Example
White with #E6CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBC7; }
p { color: rgb(230,203,199); }
H1.HeaderClassName
{
color: #E6CBC7;
}
.AnyTagClassName
{
color: #E6CBC7;
}
</style>
background-color css
<style>
a { background-color: #E6CBC7; }
a { background-color: rgb(230,203,199); }
div.DivClassName
{
background-color: #E6CBC7;
}
.BgClassName
{
background-color: #E6CBC7;
}
</style>
border-color css
<style>
span { border-color: #E6CBC7; }
span { border-color: rgb(230,203,199); }
td.TdClassName
{
border-color: #E6CBC7;
}
.TagClassName
{
border-color: #E6CBC7;
}
</style>