Shades of Dust Storm #E6CBC4
Tints of Dust Storm #E6CBC4
RGB
CMYK
RGB Variations
Color information
#E6CBC4 (or 0xE6CBC4) is known color: Dust Storm. HEX triplet: E6, CB and C4. RGB value is (230,203,196). Sum of RGB (Red+Green+Blue) = 230+203+196=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBC4 is #19343B. Grayscale: #D2D2D2. Windows color (decimal): -1651772 or 12897254. OLE color: 12897254.
HSL color Cylindrical-coordinate representation of color #E6CBC4: hue angle of 12.35º 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 #E6CBC4 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 196 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.10 |
| HSL | 12.35º | 0.4% | 0.84% | - |
| HSV(B) | 12.35º | 0.15% | 0.9% | - |
| XYZ | 63.95 | 63.52 | 61.11 | - |
| YUV | 210.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 196 | 0 | 0.12 | 0.15 | 0.10 | 12.35 | 0.4 | 0.84 |
| Hex | E6 | CB | C4 | 0 | C | F | A | C | 28 | 54 |
| Octal | 346 | 313 | 304 | 0 | 14 | 17 | 12 | 14 | 50 | 124 |
| Binary | 11100110 | 11001011 | 11000100 | 0 | 1100 | 1111 | 1010 | 1100 | 101000 | 1010100 |
Color Harmonies of #E6CBC4
Complementary color
Monochromatic Colors of #E6CBC4
Black with #E6CBC4
Text Example
Text Example
White with #E6CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBC4; }
p { color: rgb(230,203,196); }
H1.HeaderClassName
{
color: #E6CBC4;
}
.AnyTagClassName
{
color: #E6CBC4;
}
</style>
background-color css
<style>
a { background-color: #E6CBC4; }
a { background-color: rgb(230,203,196); }
div.DivClassName
{
background-color: #E6CBC4;
}
.BgClassName
{
background-color: #E6CBC4;
}
</style>
border-color css
<style>
span { border-color: #E6CBC4; }
span { border-color: rgb(230,203,196); }
td.TdClassName
{
border-color: #E6CBC4;
}
.TagClassName
{
border-color: #E6CBC4;
}
</style>