Shades of Scotch Mist #ECE4C3
Tints of Scotch Mist #ECE4C3
RGB
CMYK
RGB Variations
Color information
#ECE4C3 (or 0xECE4C3) is known color: Scotch Mist. HEX triplet: EC, E4 and C3. RGB value is (236,228,195). Sum of RGB (Red+Green+Blue) = 236+228+195=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 195 (76.56% from 255 or 29.59% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4C3 is #131B3C. Grayscale: #E2E2E2. Windows color (decimal): -1252157 or 12838124. OLE color: 12838124.
HSL color Cylindrical-coordinate representation of color #ECE4C3: hue angle of 48.29º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECE4C3 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 195 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.07 |
| HSL | 48.29º | 0.52% | 0.85% | - |
| HSV(B) | 48.29º | 0.17% | 0.93% | - |
| XYZ | 72.19 | 77.26 | 62.74 | - |
| YUV | 226.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 195 | 0 | 0.03 | 0.17 | 0.07 | 48.29 | 0.52 | 0.85 |
| Hex | EC | E4 | C3 | 0 | 3 | 11 | 7 | 30 | 34 | 55 |
| Octal | 354 | 344 | 303 | 0 | 3 | 21 | 7 | 60 | 64 | 125 |
| Binary | 11101100 | 11100100 | 11000011 | 0 | 11 | 10001 | 111 | 110000 | 110100 | 1010101 |
Color Harmonies of #ECE4C3
Complementary color
Monochromatic Colors of #ECE4C3
Black with #ECE4C3
Text Example
Text Example
White with #ECE4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4C3; }
p { color: rgb(236,228,195); }
H1.HeaderClassName
{
color: #ECE4C3;
}
.AnyTagClassName
{
color: #ECE4C3;
}
</style>
background-color css
<style>
a { background-color: #ECE4C3; }
a { background-color: rgb(236,228,195); }
div.DivClassName
{
background-color: #ECE4C3;
}
.BgClassName
{
background-color: #ECE4C3;
}
</style>
border-color css
<style>
span { border-color: #ECE4C3; }
span { border-color: rgb(236,228,195); }
td.TdClassName
{
border-color: #ECE4C3;
}
.TagClassName
{
border-color: #ECE4C3;
}
</style>