Shades of Dust Storm #ECCCC1
Tints of Dust Storm #ECCCC1
RGB
CMYK
RGB Variations
Color information
#ECCCC1 (or 0xECCCC1) is known color: Dust Storm. HEX triplet: EC, CC and C1. RGB value is (236,204,193). Sum of RGB (Red+Green+Blue) = 236+204+193=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCC1 is #13333E. Grayscale: #D4D4D4. Windows color (decimal): -1258303 or 12700908. OLE color: 12700908.
HSL color Cylindrical-coordinate representation of color #ECCCC1: hue angle of 15.35º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECCCC1 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 193 | - |
CMYK | 0 | 0.14 | 0.18 | 0.07 |
HSL | 15.35º | 0.53% | 0.84% | - |
HSV(B) | 15.35º | 0.18% | 0.93% | - |
XYZ | 65.81 | 64.87 | 59.5 | - |
YUV | 212.31 | 117.1 | 144.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 193 | 0 | 0.14 | 0.18 | 0.07 | 15.35 | 0.53 | 0.84 |
Hex | EC | CC | C1 | 0 | E | 12 | 7 | F | 35 | 54 |
Octal | 354 | 314 | 301 | 0 | 16 | 22 | 7 | 17 | 65 | 124 |
Binary | 11101100 | 11001100 | 11000001 | 0 | 1110 | 10010 | 111 | 1111 | 110101 | 1010100 |
Color Harmonies of #ECCCC1
Complementary color
Monochromatic Colors of #ECCCC1
Black with #ECCCC1
Text Example
Text Example
White with #ECCCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCC1; }
p { color: rgb(236,204,193); }
H1.HeaderClassName
{
color: #ECCCC1;
}
.AnyTagClassName
{
color: #ECCCC1;
}
</style>
background-color css
<style>
a { background-color: #ECCCC1; }
a { background-color: rgb(236,204,193); }
div.DivClassName
{
background-color: #ECCCC1;
}
.BgClassName
{
background-color: #ECCCC1;
}
</style>
border-color css
<style>
span { border-color: #ECCCC1; }
span { border-color: rgb(236,204,193); }
td.TdClassName
{
border-color: #ECCCC1;
}
.TagClassName
{
border-color: #ECCCC1;
}
</style>