Shades of Scotch Mist #ECE4C1
Tints of Scotch Mist #ECE4C1
RGB
CMYK
RGB Variations
Color information
#ECE4C1 (or 0xECE4C1) is known color: Scotch Mist. HEX triplet: EC, E4 and C1. RGB value is (236,228,193). Sum of RGB (Red+Green+Blue) = 236+228+193=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4C1 is #131B3E. Grayscale: #E2E2E2. Windows color (decimal): -1252159 or 12707052. OLE color: 12707052.
HSL color Cylindrical-coordinate representation of color #ECE4C1: hue angle of 48.84º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECE4C1 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 193 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.07 |
| HSL | 48.84º | 0.53% | 0.84% | - |
| HSV(B) | 48.84º | 0.18% | 0.93% | - |
| XYZ | 71.96 | 77.17 | 61.55 | - |
| YUV | 226.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 193 | 0 | 0.03 | 0.18 | 0.07 | 48.84 | 0.53 | 0.84 |
| Hex | EC | E4 | C1 | 0 | 3 | 12 | 7 | 31 | 35 | 54 |
| Octal | 354 | 344 | 301 | 0 | 3 | 22 | 7 | 61 | 65 | 124 |
| Binary | 11101100 | 11100100 | 11000001 | 0 | 11 | 10010 | 111 | 110001 | 110101 | 1010100 |
Color Harmonies of #ECE4C1
Complementary color
Monochromatic Colors of #ECE4C1
Black with #ECE4C1
Text Example
Text Example
White with #ECE4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4C1; }
p { color: rgb(236,228,193); }
H1.HeaderClassName
{
color: #ECE4C1;
}
.AnyTagClassName
{
color: #ECE4C1;
}
</style>
background-color css
<style>
a { background-color: #ECE4C1; }
a { background-color: rgb(236,228,193); }
div.DivClassName
{
background-color: #ECE4C1;
}
.BgClassName
{
background-color: #ECE4C1;
}
</style>
border-color css
<style>
span { border-color: #ECE4C1; }
span { border-color: rgb(236,228,193); }
td.TdClassName
{
border-color: #ECE4C1;
}
.TagClassName
{
border-color: #ECE4C1;
}
</style>