Shades of Dust Storm #ECCBBE
Tints of Dust Storm #ECCBBE
RGB
CMYK
RGB Variations
Color information
#ECCBBE (or 0xECCBBE) is known color: Dust Storm. HEX triplet: EC, CB and BE. RGB value is (236,203,190). Sum of RGB (Red+Green+Blue) = 236+203+190=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCBBE is #133441. Grayscale: #D3D3D3. Windows color (decimal): -1258562 or 12504044. OLE color: 12504044.
HSL color Cylindrical-coordinate representation of color #ECCBBE: hue angle of 16.96º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECCBBE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 190 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.07 |
| HSL | 16.96º | 0.55% | 0.84% | - |
| HSV(B) | 16.96º | 0.19% | 0.93% | - |
| XYZ | 65.24 | 64.26 | 57.68 | - |
| YUV | 211.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 190 | 0 | 0.14 | 0.19 | 0.07 | 16.96 | 0.55 | 0.84 |
| Hex | EC | CB | BE | 0 | E | 13 | 7 | 11 | 37 | 54 |
| Octal | 354 | 313 | 276 | 0 | 16 | 23 | 7 | 21 | 67 | 124 |
| Binary | 11101100 | 11001011 | 10111110 | 0 | 1110 | 10011 | 111 | 10001 | 110111 | 1010100 |
Color Harmonies of #ECCBBE
Complementary color
Monochromatic Colors of #ECCBBE
Black with #ECCBBE
Text Example
Text Example
White with #ECCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBBE; }
p { color: rgb(236,203,190); }
H1.HeaderClassName
{
color: #ECCBBE;
}
.AnyTagClassName
{
color: #ECCBBE;
}
</style>
background-color css
<style>
a { background-color: #ECCBBE; }
a { background-color: rgb(236,203,190); }
div.DivClassName
{
background-color: #ECCBBE;
}
.BgClassName
{
background-color: #ECCBBE;
}
</style>
border-color css
<style>
span { border-color: #ECCBBE; }
span { border-color: rgb(236,203,190); }
td.TdClassName
{
border-color: #ECCBBE;
}
.TagClassName
{
border-color: #ECCBBE;
}
</style>