Shades of Dust Storm #EBCEC1
Tints of Dust Storm #EBCEC1
RGB
CMYK
RGB Variations
Color information
#EBCEC1 (or 0xEBCEC1) is known color: Dust Storm. HEX triplet: EB, CE and C1. RGB value is (235,206,193). Sum of RGB (Red+Green+Blue) = 235+206+193=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEC1 is #14313E. Grayscale: #D5D5D5. Windows color (decimal): -1323327 or 12701419. OLE color: 12701419.
HSL color Cylindrical-coordinate representation of color #EBCEC1: hue angle of 18.57º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBCEC1 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 193 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.08 |
| HSL | 18.57º | 0.51% | 0.84% | - |
| HSV(B) | 18.57º | 0.18% | 0.92% | - |
| XYZ | 65.96 | 65.66 | 59.65 | - |
| YUV | 213.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 193 | 0 | 0.12 | 0.18 | 0.08 | 18.57 | 0.51 | 0.84 |
| Hex | EB | CE | C1 | 0 | C | 12 | 8 | 13 | 33 | 54 |
| Octal | 353 | 316 | 301 | 0 | 14 | 22 | 10 | 23 | 63 | 124 |
| Binary | 11101011 | 11001110 | 11000001 | 0 | 1100 | 10010 | 1000 | 10011 | 110011 | 1010100 |
Color Harmonies of #EBCEC1
Complementary color
Monochromatic Colors of #EBCEC1
Black with #EBCEC1
Text Example
Text Example
White with #EBCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCEC1; }
p { color: rgb(235,206,193); }
H1.HeaderClassName
{
color: #EBCEC1;
}
.AnyTagClassName
{
color: #EBCEC1;
}
</style>
background-color css
<style>
a { background-color: #EBCEC1; }
a { background-color: rgb(235,206,193); }
div.DivClassName
{
background-color: #EBCEC1;
}
.BgClassName
{
background-color: #EBCEC1;
}
</style>
border-color css
<style>
span { border-color: #EBCEC1; }
span { border-color: rgb(235,206,193); }
td.TdClassName
{
border-color: #EBCEC1;
}
.TagClassName
{
border-color: #EBCEC1;
}
</style>