Shades of Dust Storm #E7CBC2
Tints of Dust Storm #E7CBC2
RGB
CMYK
RGB Variations
Color information
#E7CBC2 (or 0xE7CBC2) is known color: Dust Storm. HEX triplet: E7, CB and C2. RGB value is (231,203,194). Sum of RGB (Red+Green+Blue) = 231+203+194=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CBC2 is #18343D. Grayscale: #D2D2D2. Windows color (decimal): -1586238 or 12766183. OLE color: 12766183.
HSL color Cylindrical-coordinate representation of color #E7CBC2: hue angle of 14.59º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7CBC2 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 203 | 194 | - |
CMYK | 0 | 0.12 | 0.16 | 0.09 |
HSL | 14.59º | 0.44% | 0.83% | - |
HSV(B) | 14.59º | 0.16% | 0.91% | - |
XYZ | 64.05 | 63.6 | 59.94 | - |
YUV | 210.35 | 118.78 | 142.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 203 | 194 | 0 | 0.12 | 0.16 | 0.09 | 14.59 | 0.44 | 0.83 |
Hex | E7 | CB | C2 | 0 | C | 10 | 9 | F | 2C | 53 |
Octal | 347 | 313 | 302 | 0 | 14 | 20 | 11 | 17 | 54 | 123 |
Binary | 11100111 | 11001011 | 11000010 | 0 | 1100 | 10000 | 1001 | 1111 | 101100 | 1010011 |
Color Harmonies of #E7CBC2
Complementary color
Monochromatic Colors of #E7CBC2
Black with #E7CBC2
Text Example
Text Example
White with #E7CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CBC2; }
p { color: rgb(231,203,194); }
H1.HeaderClassName
{
color: #E7CBC2;
}
.AnyTagClassName
{
color: #E7CBC2;
}
</style>
background-color css
<style>
a { background-color: #E7CBC2; }
a { background-color: rgb(231,203,194); }
div.DivClassName
{
background-color: #E7CBC2;
}
.BgClassName
{
background-color: #E7CBC2;
}
</style>
border-color css
<style>
span { border-color: #E7CBC2; }
span { border-color: rgb(231,203,194); }
td.TdClassName
{
border-color: #E7CBC2;
}
.TagClassName
{
border-color: #E7CBC2;
}
</style>