Shades of Dust Storm #ECCCBF
Tints of Dust Storm #ECCCBF
RGB
CMYK
RGB Variations
Color information
#ECCCBF (or 0xECCCBF) is known color: Dust Storm. HEX triplet: EC, CC and BF. RGB value is (236,204,191). Sum of RGB (Red+Green+Blue) = 236+204+191=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCBF is #133340. Grayscale: #D4D4D4. Windows color (decimal): -1258305 or 12569836. OLE color: 12569836.
HSL color Cylindrical-coordinate representation of color #ECCCBF: hue angle of 17.33º degrees, saturation: 0.54, 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 #ECCCBF is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 191 | - |
CMYK | 0 | 0.14 | 0.19 | 0.07 |
HSL | 17.33º | 0.54% | 0.84% | - |
HSV(B) | 17.33º | 0.19% | 0.93% | - |
XYZ | 65.59 | 64.78 | 58.34 | - |
YUV | 212.09 | 116.1 | 145.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 191 | 0 | 0.14 | 0.19 | 0.07 | 17.33 | 0.54 | 0.84 |
Hex | EC | CC | BF | 0 | E | 13 | 7 | 11 | 36 | 54 |
Octal | 354 | 314 | 277 | 0 | 16 | 23 | 7 | 21 | 66 | 124 |
Binary | 11101100 | 11001100 | 10111111 | 0 | 1110 | 10011 | 111 | 10001 | 110110 | 1010100 |
Color Harmonies of #ECCCBF
Complementary color
Monochromatic Colors of #ECCCBF
Black with #ECCCBF
Text Example
Text Example
White with #ECCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCBF; }
p { color: rgb(236,204,191); }
H1.HeaderClassName
{
color: #ECCCBF;
}
.AnyTagClassName
{
color: #ECCCBF;
}
</style>
background-color css
<style>
a { background-color: #ECCCBF; }
a { background-color: rgb(236,204,191); }
div.DivClassName
{
background-color: #ECCCBF;
}
.BgClassName
{
background-color: #ECCCBF;
}
</style>
border-color css
<style>
span { border-color: #ECCCBF; }
span { border-color: rgb(236,204,191); }
td.TdClassName
{
border-color: #ECCCBF;
}
.TagClassName
{
border-color: #ECCCBF;
}
</style>