Shades of Dust Storm #E5CBC3
Tints of Dust Storm #E5CBC3
RGB
CMYK
RGB Variations
Color information
#E5CBC3 (or 0xE5CBC3) is known color: Dust Storm. HEX triplet: E5, CB and C3. RGB value is (229,203,195). Sum of RGB (Red+Green+Blue) = 229+203+195=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CBC3 is #1A343C. Grayscale: #D1D1D1. Windows color (decimal): -1717309 or 12831717. OLE color: 12831717.
HSL color Cylindrical-coordinate representation of color #E5CBC3: hue angle of 14.12º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5CBC3 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 203 | 195 | - |
CMYK | 0 | 0.11 | 0.15 | 0.10 |
HSL | 14.12º | 0.4% | 0.83% | - |
HSV(B) | 14.12º | 0.15% | 0.9% | - |
XYZ | 63.52 | 63.31 | 60.5 | - |
YUV | 209.86 | 119.61 | 141.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 203 | 195 | 0 | 0.11 | 0.15 | 0.10 | 14.12 | 0.4 | 0.83 |
Hex | E5 | CB | C3 | 0 | B | F | A | E | 28 | 53 |
Octal | 345 | 313 | 303 | 0 | 13 | 17 | 12 | 16 | 50 | 123 |
Binary | 11100101 | 11001011 | 11000011 | 0 | 1011 | 1111 | 1010 | 1110 | 101000 | 1010011 |
Color Harmonies of #E5CBC3
Complementary color
Monochromatic Colors of #E5CBC3
Black with #E5CBC3
Text Example
Text Example
White with #E5CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CBC3; }
p { color: rgb(229,203,195); }
H1.HeaderClassName
{
color: #E5CBC3;
}
.AnyTagClassName
{
color: #E5CBC3;
}
</style>
background-color css
<style>
a { background-color: #E5CBC3; }
a { background-color: rgb(229,203,195); }
div.DivClassName
{
background-color: #E5CBC3;
}
.BgClassName
{
background-color: #E5CBC3;
}
</style>
border-color css
<style>
span { border-color: #E5CBC3; }
span { border-color: rgb(229,203,195); }
td.TdClassName
{
border-color: #E5CBC3;
}
.TagClassName
{
border-color: #E5CBC3;
}
</style>