Shades of Dust Storm #E5CCC5
Tints of Dust Storm #E5CCC5
RGB
CMYK
RGB Variations
Color information
#E5CCC5 (or 0xE5CCC5) is known color: Dust Storm. HEX triplet: E5, CC and C5. RGB value is (229,204,197). Sum of RGB (Red+Green+Blue) = 229+204+197=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 197 (77.34% from 255 or 31.27% from 630); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCC5 is #1A333A. Grayscale: #D2D2D2. Windows color (decimal): -1717051 or 12963045. OLE color: 12963045.
HSL color Cylindrical-coordinate representation of color #E5CCC5: hue angle of 13.12º 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 #E5CCC5 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 204 | 197 | - |
CMYK | 0 | 0.11 | 0.14 | 0.10 |
HSL | 13.13º | 0.38% | 0.84% | - |
HSV(B) | 13.13º | 0.14% | 0.9% | - |
XYZ | 63.98 | 63.87 | 61.78 | - |
YUV | 210.68 | 120.28 | 141.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 204 | 197 | 0 | 0.11 | 0.14 | 0.10 | 13.13 | 0.38 | 0.84 |
Hex | E5 | CC | C5 | 0 | B | E | A | D | 26 | 54 |
Octal | 345 | 314 | 305 | 0 | 13 | 16 | 12 | 15 | 46 | 124 |
Binary | 11100101 | 11001100 | 11000101 | 0 | 1011 | 1110 | 1010 | 1101 | 100110 | 1010100 |
Color Harmonies of #E5CCC5
Complementary color
Monochromatic Colors of #E5CCC5
Black with #E5CCC5
Text Example
Text Example
White with #E5CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCC5; }
p { color: rgb(229,204,197); }
H1.HeaderClassName
{
color: #E5CCC5;
}
.AnyTagClassName
{
color: #E5CCC5;
}
</style>
background-color css
<style>
a { background-color: #E5CCC5; }
a { background-color: rgb(229,204,197); }
div.DivClassName
{
background-color: #E5CCC5;
}
.BgClassName
{
background-color: #E5CCC5;
}
</style>
border-color css
<style>
span { border-color: #E5CCC5; }
span { border-color: rgb(229,204,197); }
td.TdClassName
{
border-color: #E5CCC5;
}
.TagClassName
{
border-color: #E5CCC5;
}
</style>