Shades of Scotch Mist #ECE4C5
Tints of Scotch Mist #ECE4C5
RGB
CMYK
RGB Variations
Color information
#ECE4C5 (or 0xECE4C5) is known color: Scotch Mist. HEX triplet: EC, E4 and C5. RGB value is (236,228,197). Sum of RGB (Red+Green+Blue) = 236+228+197=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 197 (77.34% from 255 or 29.80% from 661); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4C5 is #131B3A. Grayscale: #E2E2E2. Windows color (decimal): -1252155 or 12969196. OLE color: 12969196.
HSL color Cylindrical-coordinate representation of color #ECE4C5: hue angle of 47.69º degrees, saturation: 0.51, 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 #ECE4C5 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 197 | - |
CMYK | 0 | 0.03 | 0.17 | 0.07 |
HSL | 47.69º | 0.51% | 0.85% | - |
HSV(B) | 47.69º | 0.17% | 0.93% | - |
XYZ | 72.41 | 77.35 | 63.94 | - |
YUV | 226.86 | 111.15 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 197 | 0 | 0.03 | 0.17 | 0.07 | 47.69 | 0.51 | 0.85 |
Hex | EC | E4 | C5 | 0 | 3 | 11 | 7 | 30 | 33 | 55 |
Octal | 354 | 344 | 305 | 0 | 3 | 21 | 7 | 60 | 63 | 125 |
Binary | 11101100 | 11100100 | 11000101 | 0 | 11 | 10001 | 111 | 110000 | 110011 | 1010101 |
Color Harmonies of #ECE4C5
Complementary color
Monochromatic Colors of #ECE4C5
Black with #ECE4C5
Text Example
Text Example
White with #ECE4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4C5; }
p { color: rgb(236,228,197); }
H1.HeaderClassName
{
color: #ECE4C5;
}
.AnyTagClassName
{
color: #ECE4C5;
}
</style>
background-color css
<style>
a { background-color: #ECE4C5; }
a { background-color: rgb(236,228,197); }
div.DivClassName
{
background-color: #ECE4C5;
}
.BgClassName
{
background-color: #ECE4C5;
}
</style>
border-color css
<style>
span { border-color: #ECE4C5; }
span { border-color: rgb(236,228,197); }
td.TdClassName
{
border-color: #ECE4C5;
}
.TagClassName
{
border-color: #ECE4C5;
}
</style>