Shades of Scotch Mist #ECE4C6
Tints of Scotch Mist #ECE4C6
RGB
CMYK
RGB Variations
Color information
#ECE4C6 (or 0xECE4C6) is known color: Scotch Mist. HEX triplet: EC, E4 and C6. RGB value is (236,228,198). Sum of RGB (Red+Green+Blue) = 236+228+198=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 198 (77.73% from 255 or 29.91% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4C6 is #131B39. Grayscale: #E3E3E3. Windows color (decimal): -1252154 or 13034732. OLE color: 13034732.
HSL color Cylindrical-coordinate representation of color #ECE4C6: hue angle of 47.37º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECE4C6 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 198 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.07 |
| HSL | 47.37º | 0.5% | 0.85% | - |
| HSV(B) | 47.37º | 0.16% | 0.93% | - |
| XYZ | 72.53 | 77.4 | 64.54 | - |
| YUV | 226.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 198 | 0 | 0.03 | 0.16 | 0.07 | 47.37 | 0.5 | 0.85 |
| Hex | EC | E4 | C6 | 0 | 3 | 10 | 7 | 2F | 32 | 55 |
| Octal | 354 | 344 | 306 | 0 | 3 | 20 | 7 | 57 | 62 | 125 |
| Binary | 11101100 | 11100100 | 11000110 | 0 | 11 | 10000 | 111 | 101111 | 110010 | 1010101 |
Color Harmonies of #ECE4C6
Complementary color
Monochromatic Colors of #ECE4C6
Black with #ECE4C6
Text Example
Text Example
White with #ECE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4C6; }
p { color: rgb(236,228,198); }
H1.HeaderClassName
{
color: #ECE4C6;
}
.AnyTagClassName
{
color: #ECE4C6;
}
</style>
background-color css
<style>
a { background-color: #ECE4C6; }
a { background-color: rgb(236,228,198); }
div.DivClassName
{
background-color: #ECE4C6;
}
.BgClassName
{
background-color: #ECE4C6;
}
</style>
border-color css
<style>
span { border-color: #ECE4C6; }
span { border-color: rgb(236,228,198); }
td.TdClassName
{
border-color: #ECE4C6;
}
.TagClassName
{
border-color: #ECE4C6;
}
</style>