Shades of Frost #E6E7CF
Tints of Frost #E6E7CF
RGB
CMYK
RGB Variations
Color information
#E6E7CF (or 0xE6E7CF) is known color: Frost. HEX triplet: E6, E7 and CF. RGB value is (230,231,207). Sum of RGB (Red+Green+Blue) = 230+231+207=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E7CF is #191830. Grayscale: #E4E4E4. Windows color (decimal): -1644593 or 13625318. OLE color: 13625318.
HSL color Cylindrical-coordinate representation of color #E6E7CF: hue angle of 62.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6E7CF is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 231 | 207 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.09 |
| HSL | 62.5º | 0.33% | 0.86% | - |
| HSV(B) | 62.5º | 0.1% | 0.91% | - |
| XYZ | 72.47 | 78.48 | 70.36 | - |
| YUV | 227.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 207 | 0.00 | 0 | 0.10 | 0.09 | 62.5 | 0.33 | 0.86 |
| Hex | E6 | E7 | CF | 0 | 0 | A | 9 | 3F | 21 | 56 |
| Octal | 346 | 347 | 317 | 0 | 0 | 12 | 11 | 77 | 41 | 126 |
| Binary | 11100110 | 11100111 | 11001111 | 0 | 0 | 1010 | 1001 | 111111 | 100001 | 1010110 |
Color Harmonies of #E6E7CF
Complementary color
Monochromatic Colors of #E6E7CF
Black with #E6E7CF
Text Example
Text Example
White with #E6E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7CF; }
p { color: rgb(230,231,207); }
H1.HeaderClassName
{
color: #E6E7CF;
}
.AnyTagClassName
{
color: #E6E7CF;
}
</style>
background-color css
<style>
a { background-color: #E6E7CF; }
a { background-color: rgb(230,231,207); }
div.DivClassName
{
background-color: #E6E7CF;
}
.BgClassName
{
background-color: #E6E7CF;
}
</style>
border-color css
<style>
span { border-color: #E6E7CF; }
span { border-color: rgb(230,231,207); }
td.TdClassName
{
border-color: #E6E7CF;
}
.TagClassName
{
border-color: #E6E7CF;
}
</style>