Shades of Dust Storm #EEC6BD
Tints of Dust Storm #EEC6BD
RGB
CMYK
RGB Variations
Color information
#EEC6BD (or 0xEEC6BD) is known color: Dust Storm. HEX triplet: EE, C6 and BD. RGB value is (238,198,189). Sum of RGB (Red+Green+Blue) = 238+198+189=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC6BD is #113942. Grayscale: #D1D1D1. Windows color (decimal): -1128771 or 12437230. OLE color: 12437230.
HSL color Cylindrical-coordinate representation of color #EEC6BD: hue angle of 11.02º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC6BD is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 198 | 189 | - |
CMYK | 0 | 0.17 | 0.21 | 0.07 |
HSL | 11.02º | 0.59% | 0.84% | - |
HSV(B) | 11.02º | 0.21% | 0.93% | - |
XYZ | 64.64 | 62.24 | 56.75 | - |
YUV | 208.93 | 116.75 | 148.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 198 | 189 | 0 | 0.17 | 0.21 | 0.07 | 11.02 | 0.59 | 0.84 |
Hex | EE | C6 | BD | 0 | 11 | 15 | 7 | B | 3B | 54 |
Octal | 356 | 306 | 275 | 0 | 21 | 25 | 7 | 13 | 73 | 124 |
Binary | 11101110 | 11000110 | 10111101 | 0 | 10001 | 10101 | 111 | 1011 | 111011 | 1010100 |
Color Harmonies of #EEC6BD
Complementary color
Monochromatic Colors of #EEC6BD
Black with #EEC6BD
Text Example
Text Example
White with #EEC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC6BD; }
p { color: rgb(238,198,189); }
H1.HeaderClassName
{
color: #EEC6BD;
}
.AnyTagClassName
{
color: #EEC6BD;
}
</style>
background-color css
<style>
a { background-color: #EEC6BD; }
a { background-color: rgb(238,198,189); }
div.DivClassName
{
background-color: #EEC6BD;
}
.BgClassName
{
background-color: #EEC6BD;
}
</style>
border-color css
<style>
span { border-color: #EEC6BD; }
span { border-color: rgb(238,198,189); }
td.TdClassName
{
border-color: #EEC6BD;
}
.TagClassName
{
border-color: #EEC6BD;
}
</style>