Shades of Scotch Mist #EDE6C8
Tints of Scotch Mist #EDE6C8
RGB
CMYK
RGB Variations
Color information
#EDE6C8 (or 0xEDE6C8) is known color: Scotch Mist. HEX triplet: ED, E6 and C8. RGB value is (237,230,200). Sum of RGB (Red+Green+Blue) = 237+230+200=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 200 (78.52% from 255 or 29.99% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6C8 is #121937. Grayscale: #E4E4E4. Windows color (decimal): -1186104 or 13166317. OLE color: 13166317.
HSL color Cylindrical-coordinate representation of color #EDE6C8: hue angle of 48.65º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDE6C8 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 200 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.07 |
| HSL | 48.65º | 0.51% | 0.86% | - |
| HSV(B) | 48.65º | 0.16% | 0.93% | - |
| XYZ | 73.65 | 78.77 | 65.97 | - |
| YUV | 228.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 200 | 0 | 0.03 | 0.16 | 0.07 | 48.65 | 0.51 | 0.86 |
| Hex | ED | E6 | C8 | 0 | 3 | 10 | 7 | 31 | 33 | 56 |
| Octal | 355 | 346 | 310 | 0 | 3 | 20 | 7 | 61 | 63 | 126 |
| Binary | 11101101 | 11100110 | 11001000 | 0 | 11 | 10000 | 111 | 110001 | 110011 | 1010110 |
Color Harmonies of #EDE6C8
Complementary color
Monochromatic Colors of #EDE6C8
Black with #EDE6C8
Text Example
Text Example
White with #EDE6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6C8; }
p { color: rgb(237,230,200); }
H1.HeaderClassName
{
color: #EDE6C8;
}
.AnyTagClassName
{
color: #EDE6C8;
}
</style>
background-color css
<style>
a { background-color: #EDE6C8; }
a { background-color: rgb(237,230,200); }
div.DivClassName
{
background-color: #EDE6C8;
}
.BgClassName
{
background-color: #EDE6C8;
}
</style>
border-color css
<style>
span { border-color: #EDE6C8; }
span { border-color: rgb(237,230,200); }
td.TdClassName
{
border-color: #EDE6C8;
}
.TagClassName
{
border-color: #EDE6C8;
}
</style>