Shades of Scotch Mist #ECE4C8
Tints of Scotch Mist #ECE4C8
RGB
CMYK
RGB Variations
Color information
#ECE4C8 (or 0xECE4C8) is known color: Scotch Mist. HEX triplet: EC, E4 and C8. RGB value is (236,228,200). Sum of RGB (Red+Green+Blue) = 236+228+200=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 200 (78.52% from 255 or 30.12% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4C8 is #131B37. Grayscale: #E3E3E3. Windows color (decimal): -1252152 or 13165804. OLE color: 13165804.
HSL color Cylindrical-coordinate representation of color #ECE4C8: hue angle of 46.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECE4C8 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 200 | - |
CMYK | 0 | 0.03 | 0.15 | 0.07 |
HSL | 46.67º | 0.49% | 0.85% | - |
HSV(B) | 46.67º | 0.15% | 0.93% | - |
XYZ | 72.76 | 77.49 | 65.77 | - |
YUV | 227.2 | 112.65 | 134.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 200 | 0 | 0.03 | 0.15 | 0.07 | 46.67 | 0.49 | 0.85 |
Hex | EC | E4 | C8 | 0 | 3 | F | 7 | 2F | 31 | 55 |
Octal | 354 | 344 | 310 | 0 | 3 | 17 | 7 | 57 | 61 | 125 |
Binary | 11101100 | 11100100 | 11001000 | 0 | 11 | 1111 | 111 | 101111 | 110001 | 1010101 |
Color Harmonies of #ECE4C8
Complementary color
Monochromatic Colors of #ECE4C8
Black with #ECE4C8
Text Example
Text Example
White with #ECE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4C8; }
p { color: rgb(236,228,200); }
H1.HeaderClassName
{
color: #ECE4C8;
}
.AnyTagClassName
{
color: #ECE4C8;
}
</style>
background-color css
<style>
a { background-color: #ECE4C8; }
a { background-color: rgb(236,228,200); }
div.DivClassName
{
background-color: #ECE4C8;
}
.BgClassName
{
background-color: #ECE4C8;
}
</style>
border-color css
<style>
span { border-color: #ECE4C8; }
span { border-color: rgb(236,228,200); }
td.TdClassName
{
border-color: #ECE4C8;
}
.TagClassName
{
border-color: #ECE4C8;
}
</style>