Shades of Scotch Mist #EDE5C3
Tints of Scotch Mist #EDE5C3
RGB
CMYK
RGB Variations
Color information
#EDE5C3 (or 0xEDE5C3) is known color: Scotch Mist. HEX triplet: ED, E5 and C3. RGB value is (237,229,195). Sum of RGB (Red+Green+Blue) = 237+229+195=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5C3 is #121A3C. Grayscale: #E3E3E3. Windows color (decimal): -1186365 or 12838381. OLE color: 12838381.
HSL color Cylindrical-coordinate representation of color #EDE5C3: hue angle of 48.57º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDE5C3 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 195 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.07 |
| HSL | 48.57º | 0.54% | 0.85% | - |
| HSV(B) | 48.57º | 0.18% | 0.93% | - |
| XYZ | 72.79 | 77.98 | 62.85 | - |
| YUV | 227.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 195 | 0 | 0.03 | 0.18 | 0.07 | 48.57 | 0.54 | 0.85 |
| Hex | ED | E5 | C3 | 0 | 3 | 12 | 7 | 31 | 36 | 55 |
| Octal | 355 | 345 | 303 | 0 | 3 | 22 | 7 | 61 | 66 | 125 |
| Binary | 11101101 | 11100101 | 11000011 | 0 | 11 | 10010 | 111 | 110001 | 110110 | 1010101 |
Color Harmonies of #EDE5C3
Complementary color
Monochromatic Colors of #EDE5C3
Black with #EDE5C3
Text Example
Text Example
White with #EDE5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5C3; }
p { color: rgb(237,229,195); }
H1.HeaderClassName
{
color: #EDE5C3;
}
.AnyTagClassName
{
color: #EDE5C3;
}
</style>
background-color css
<style>
a { background-color: #EDE5C3; }
a { background-color: rgb(237,229,195); }
div.DivClassName
{
background-color: #EDE5C3;
}
.BgClassName
{
background-color: #EDE5C3;
}
</style>
border-color css
<style>
span { border-color: #EDE5C3; }
span { border-color: rgb(237,229,195); }
td.TdClassName
{
border-color: #EDE5C3;
}
.TagClassName
{
border-color: #EDE5C3;
}
</style>