Shades of Scotch Mist #EEE5C7
Tints of Scotch Mist #EEE5C7
RGB
CMYK
RGB Variations
Color information
#EEE5C7 (or 0xEEE5C7) is known color: Scotch Mist. HEX triplet: EE, E5 and C7. RGB value is (238,229,199). Sum of RGB (Red+Green+Blue) = 238+229+199=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 199 (78.12% from 255 or 29.88% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE5C7 is #111A38. Grayscale: #E4E4E4. Windows color (decimal): -1120825 or 13100526. OLE color: 13100526.
HSL color Cylindrical-coordinate representation of color #EEE5C7: hue angle of 46.15º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEE5C7 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 199 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.07 |
| HSL | 46.15º | 0.53% | 0.86% | - |
| HSV(B) | 46.15º | 0.16% | 0.93% | - |
| XYZ | 73.59 | 78.34 | 65.28 | - |
| YUV | 228.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 199 | 0 | 0.04 | 0.16 | 0.07 | 46.15 | 0.53 | 0.86 |
| Hex | EE | E5 | C7 | 0 | 4 | 10 | 7 | 2E | 35 | 56 |
| Octal | 356 | 345 | 307 | 0 | 4 | 20 | 7 | 56 | 65 | 126 |
| Binary | 11101110 | 11100101 | 11000111 | 0 | 100 | 10000 | 111 | 101110 | 110101 | 1010110 |
Color Harmonies of #EEE5C7
Complementary color
Monochromatic Colors of #EEE5C7
Black with #EEE5C7
Text Example
Text Example
White with #EEE5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5C7; }
p { color: rgb(238,229,199); }
H1.HeaderClassName
{
color: #EEE5C7;
}
.AnyTagClassName
{
color: #EEE5C7;
}
</style>
background-color css
<style>
a { background-color: #EEE5C7; }
a { background-color: rgb(238,229,199); }
div.DivClassName
{
background-color: #EEE5C7;
}
.BgClassName
{
background-color: #EEE5C7;
}
</style>
border-color css
<style>
span { border-color: #EEE5C7; }
span { border-color: rgb(238,229,199); }
td.TdClassName
{
border-color: #EEE5C7;
}
.TagClassName
{
border-color: #EEE5C7;
}
</style>