Shades of Dust Storm #EECBC2
Tints of Dust Storm #EECBC2
RGB
CMYK
RGB Variations
Color information
#EECBC2 (or 0xEECBC2) is known color: Dust Storm. HEX triplet: EE, CB and C2. RGB value is (238,203,194). Sum of RGB (Red+Green+Blue) = 238+203+194=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBC2 is #11343D. Grayscale: #D4D4D4. Windows color (decimal): -1127486 or 12766190. OLE color: 12766190.
HSL color Cylindrical-coordinate representation of color #EECBC2: hue angle of 12.27º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECBC2 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 194 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.07 |
| HSL | 12.27º | 0.56% | 0.85% | - |
| HSV(B) | 12.27º | 0.18% | 0.93% | - |
| XYZ | 66.35 | 64.78 | 60.05 | - |
| YUV | 212.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 194 | 0 | 0.15 | 0.18 | 0.07 | 12.27 | 0.56 | 0.85 |
| Hex | EE | CB | C2 | 0 | F | 12 | 7 | C | 38 | 55 |
| Octal | 356 | 313 | 302 | 0 | 17 | 22 | 7 | 14 | 70 | 125 |
| Binary | 11101110 | 11001011 | 11000010 | 0 | 1111 | 10010 | 111 | 1100 | 111000 | 1010101 |
Color Harmonies of #EECBC2
Complementary color
Monochromatic Colors of #EECBC2
Black with #EECBC2
Text Example
Text Example
White with #EECBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBC2; }
p { color: rgb(238,203,194); }
H1.HeaderClassName
{
color: #EECBC2;
}
.AnyTagClassName
{
color: #EECBC2;
}
</style>
background-color css
<style>
a { background-color: #EECBC2; }
a { background-color: rgb(238,203,194); }
div.DivClassName
{
background-color: #EECBC2;
}
.BgClassName
{
background-color: #EECBC2;
}
</style>
border-color css
<style>
span { border-color: #EECBC2; }
span { border-color: rgb(238,203,194); }
td.TdClassName
{
border-color: #EECBC2;
}
.TagClassName
{
border-color: #EECBC2;
}
</style>