Shades of Scotch Mist #EDE7CE
Tints of Scotch Mist #EDE7CE
RGB
CMYK
RGB Variations
Color information
#EDE7CE (or 0xEDE7CE) is known color: Scotch Mist. HEX triplet: ED, E7 and CE. RGB value is (237,231,206). Sum of RGB (Red+Green+Blue) = 237+231+206=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE7CE is #121831. Grayscale: #E6E6E6. Windows color (decimal): -1185842 or 13559789. OLE color: 13559789.
HSL color Cylindrical-coordinate representation of color #EDE7CE: hue angle of 48.39º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDE7CE is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 206 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.07 |
| HSL | 48.39º | 0.46% | 0.87% | - |
| HSV(B) | 48.39º | 0.13% | 0.93% | - |
| XYZ | 74.64 | 79.61 | 69.83 | - |
| YUV | 229.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 206 | 0 | 0.03 | 0.13 | 0.07 | 48.39 | 0.46 | 0.87 |
| Hex | ED | E7 | CE | 0 | 3 | D | 7 | 30 | 2E | 57 |
| Octal | 355 | 347 | 316 | 0 | 3 | 15 | 7 | 60 | 56 | 127 |
| Binary | 11101101 | 11100111 | 11001110 | 0 | 11 | 1101 | 111 | 110000 | 101110 | 1010111 |
Color Harmonies of #EDE7CE
Complementary color
Monochromatic Colors of #EDE7CE
Black with #EDE7CE
Text Example
Text Example
White with #EDE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7CE; }
p { color: rgb(237,231,206); }
H1.HeaderClassName
{
color: #EDE7CE;
}
.AnyTagClassName
{
color: #EDE7CE;
}
</style>
background-color css
<style>
a { background-color: #EDE7CE; }
a { background-color: rgb(237,231,206); }
div.DivClassName
{
background-color: #EDE7CE;
}
.BgClassName
{
background-color: #EDE7CE;
}
</style>
border-color css
<style>
span { border-color: #EDE7CE; }
span { border-color: rgb(237,231,206); }
td.TdClassName
{
border-color: #EDE7CE;
}
.TagClassName
{
border-color: #EDE7CE;
}
</style>