Shades of Scotch Mist #EDE5C2
Tints of Scotch Mist #EDE5C2
RGB
CMYK
RGB Variations
Color information
#EDE5C2 (or 0xEDE5C2) is known color: Scotch Mist. HEX triplet: ED, E5 and C2. RGB value is (237,229,194). Sum of RGB (Red+Green+Blue) = 237+229+194=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 194 (76.17% from 255 or 29.39% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5C2 is #121A3D. Grayscale: #E3E3E3. Windows color (decimal): -1186366 or 12772845. OLE color: 12772845.
HSL color Cylindrical-coordinate representation of color #EDE5C2: hue angle of 48.84º 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 #EDE5C2 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 229 | 194 | - |
CMYK | 0 | 0.03 | 0.18 | 0.07 |
HSL | 48.84º | 0.54% | 0.85% | - |
HSV(B) | 48.84º | 0.18% | 0.93% | - |
XYZ | 72.68 | 77.94 | 62.25 | - |
YUV | 227.4 | 109.15 | 134.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 194 | 0 | 0.03 | 0.18 | 0.07 | 48.84 | 0.54 | 0.85 |
Hex | ED | E5 | C2 | 0 | 3 | 12 | 7 | 31 | 36 | 55 |
Octal | 355 | 345 | 302 | 0 | 3 | 22 | 7 | 61 | 66 | 125 |
Binary | 11101101 | 11100101 | 11000010 | 0 | 11 | 10010 | 111 | 110001 | 110110 | 1010101 |
Color Harmonies of #EDE5C2
Complementary color
Monochromatic Colors of #EDE5C2
Black with #EDE5C2
Text Example
Text Example
White with #EDE5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5C2; }
p { color: rgb(237,229,194); }
H1.HeaderClassName
{
color: #EDE5C2;
}
.AnyTagClassName
{
color: #EDE5C2;
}
</style>
background-color css
<style>
a { background-color: #EDE5C2; }
a { background-color: rgb(237,229,194); }
div.DivClassName
{
background-color: #EDE5C2;
}
.BgClassName
{
background-color: #EDE5C2;
}
</style>
border-color css
<style>
span { border-color: #EDE5C2; }
span { border-color: rgb(237,229,194); }
td.TdClassName
{
border-color: #EDE5C2;
}
.TagClassName
{
border-color: #EDE5C2;
}
</style>