Shades of Scotch Mist #EEE8CB
Tints of Scotch Mist #EEE8CB
RGB
CMYK
RGB Variations
Color information
#EEE8CB (or 0xEEE8CB) is known color: Scotch Mist. HEX triplet: EE, E8 and CB. RGB value is (238,232,203). Sum of RGB (Red+Green+Blue) = 238+232+203=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8CB is #111734. Grayscale: #E6E6E6. Windows color (decimal): -1120053 or 13363438. OLE color: 13363438.
HSL color Cylindrical-coordinate representation of color #EEE8CB: hue angle of 49.71º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEE8CB is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 203 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.07 |
| HSL | 49.71º | 0.51% | 0.86% | - |
| HSV(B) | 49.71º | 0.15% | 0.93% | - |
| XYZ | 74.9 | 80.2 | 68.03 | - |
| YUV | 230.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 203 | 0 | 0.03 | 0.15 | 0.07 | 49.71 | 0.51 | 0.86 |
| Hex | EE | E8 | CB | 0 | 3 | F | 7 | 32 | 33 | 56 |
| Octal | 356 | 350 | 313 | 0 | 3 | 17 | 7 | 62 | 63 | 126 |
| Binary | 11101110 | 11101000 | 11001011 | 0 | 11 | 1111 | 111 | 110010 | 110011 | 1010110 |
Color Harmonies of #EEE8CB
Complementary color
Monochromatic Colors of #EEE8CB
Black with #EEE8CB
Text Example
Text Example
White with #EEE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8CB; }
p { color: rgb(238,232,203); }
H1.HeaderClassName
{
color: #EEE8CB;
}
.AnyTagClassName
{
color: #EEE8CB;
}
</style>
background-color css
<style>
a { background-color: #EEE8CB; }
a { background-color: rgb(238,232,203); }
div.DivClassName
{
background-color: #EEE8CB;
}
.BgClassName
{
background-color: #EEE8CB;
}
</style>
border-color css
<style>
span { border-color: #EEE8CB; }
span { border-color: rgb(238,232,203); }
td.TdClassName
{
border-color: #EEE8CB;
}
.TagClassName
{
border-color: #EEE8CB;
}
</style>