Shades of Dust Storm #E5CBC5
Tints of Dust Storm #E5CBC5
RGB
CMYK
RGB Variations
Color information
#E5CBC5 (or 0xE5CBC5) is known color: Dust Storm. HEX triplet: E5, CB and C5. RGB value is (229,203,197). Sum of RGB (Red+Green+Blue) = 229+203+197=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBC5 is #1A343A. Grayscale: #D2D2D2. Windows color (decimal): -1717307 or 12962789. OLE color: 12962789.
HSL color Cylindrical-coordinate representation of color #E5CBC5: hue angle of 11.25º degrees, saturation: 0.38, 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 #E5CBC5 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 203 | 197 | - |
CMYK | 0 | 0.11 | 0.14 | 0.10 |
HSL | 11.25º | 0.38% | 0.84% | - |
HSV(B) | 11.25º | 0.14% | 0.9% | - |
XYZ | 63.75 | 63.4 | 61.7 | - |
YUV | 210.09 | 120.61 | 141.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 203 | 197 | 0 | 0.11 | 0.14 | 0.10 | 11.25 | 0.38 | 0.84 |
Hex | E5 | CB | C5 | 0 | B | E | A | B | 26 | 54 |
Octal | 345 | 313 | 305 | 0 | 13 | 16 | 12 | 13 | 46 | 124 |
Binary | 11100101 | 11001011 | 11000101 | 0 | 1011 | 1110 | 1010 | 1011 | 100110 | 1010100 |
Color Harmonies of #E5CBC5
Complementary color
Monochromatic Colors of #E5CBC5
Black with #E5CBC5
Text Example
Text Example
White with #E5CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBC5; }
p { color: rgb(229,203,197); }
H1.HeaderClassName
{
color: #E5CBC5;
}
.AnyTagClassName
{
color: #E5CBC5;
}
</style>
background-color css
<style>
a { background-color: #E5CBC5; }
a { background-color: rgb(229,203,197); }
div.DivClassName
{
background-color: #E5CBC5;
}
.BgClassName
{
background-color: #E5CBC5;
}
</style>
border-color css
<style>
span { border-color: #E5CBC5; }
span { border-color: rgb(229,203,197); }
td.TdClassName
{
border-color: #E5CBC5;
}
.TagClassName
{
border-color: #E5CBC5;
}
</style>