Shades of Frost #E7EACF
Tints of Frost #E7EACF
RGB
CMYK
RGB Variations
Color information
#E7EACF (or 0xE7EACF) is known color: Frost. HEX triplet: E7, EA and CF. RGB value is (231,234,207). Sum of RGB (Red+Green+Blue) = 231+234+207=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EACF is #181530. Grayscale: #E6E6E6. Windows color (decimal): -1578289 or 13626087. OLE color: 13626087.
HSL color Cylindrical-coordinate representation of color #E7EACF: hue angle of 66.67º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7EACF is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 207 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.08 |
| HSL | 66.67º | 0.39% | 0.86% | - |
| HSV(B) | 66.67º | 0.12% | 0.92% | - |
| XYZ | 73.64 | 80.34 | 70.66 | - |
| YUV | 230.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 207 | 0.01 | 0 | 0.12 | 0.08 | 66.67 | 0.39 | 0.86 |
| Hex | E7 | EA | CF | 1 | 0 | C | 8 | 43 | 27 | 56 |
| Octal | 347 | 352 | 317 | 1 | 0 | 14 | 10 | 103 | 47 | 126 |
| Binary | 11100111 | 11101010 | 11001111 | 1 | 0 | 1100 | 1000 | 1000011 | 100111 | 1010110 |
Color Harmonies of #E7EACF
Complementary color
Monochromatic Colors of #E7EACF
Black with #E7EACF
Text Example
Text Example
White with #E7EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EACF; }
p { color: rgb(231,234,207); }
H1.HeaderClassName
{
color: #E7EACF;
}
.AnyTagClassName
{
color: #E7EACF;
}
</style>
background-color css
<style>
a { background-color: #E7EACF; }
a { background-color: rgb(231,234,207); }
div.DivClassName
{
background-color: #E7EACF;
}
.BgClassName
{
background-color: #E7EACF;
}
</style>
border-color css
<style>
span { border-color: #E7EACF; }
span { border-color: rgb(231,234,207); }
td.TdClassName
{
border-color: #E7EACF;
}
.TagClassName
{
border-color: #E7EACF;
}
</style>