Shades of Frost #E0E7C1
Tints of Frost #E0E7C1
RGB
CMYK
RGB Variations
Color information
#E0E7C1 (or 0xE0E7C1) is known color: Frost. HEX triplet: E0, E7 and C1. RGB value is (224,231,193). Sum of RGB (Red+Green+Blue) = 224+231+193=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E7C1 is #1F183E. Grayscale: #E0E0E0. Windows color (decimal): -2037823 or 12707808. OLE color: 12707808.
HSL color Cylindrical-coordinate representation of color #E0E7C1: hue angle of 71.05º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0E7C1 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 231 | 193 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.09 |
| HSL | 71.05º | 0.44% | 0.83% | - |
| HSV(B) | 71.05º | 0.16% | 0.91% | - |
| XYZ | 68.94 | 76.85 | 61.65 | - |
| YUV | 224.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 231 | 193 | 0.03 | 0 | 0.16 | 0.09 | 71.05 | 0.44 | 0.83 |
| Hex | E0 | E7 | C1 | 3 | 0 | 10 | 9 | 47 | 2C | 53 |
| Octal | 340 | 347 | 301 | 3 | 0 | 20 | 11 | 107 | 54 | 123 |
| Binary | 11100000 | 11100111 | 11000001 | 11 | 0 | 10000 | 1001 | 1000111 | 101100 | 1010011 |
Color Harmonies of #E0E7C1
Complementary color
Monochromatic Colors of #E0E7C1
Black with #E0E7C1
Text Example
Text Example
White with #E0E7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E7C1; }
p { color: rgb(224,231,193); }
H1.HeaderClassName
{
color: #E0E7C1;
}
.AnyTagClassName
{
color: #E0E7C1;
}
</style>
background-color css
<style>
a { background-color: #E0E7C1; }
a { background-color: rgb(224,231,193); }
div.DivClassName
{
background-color: #E0E7C1;
}
.BgClassName
{
background-color: #E0E7C1;
}
</style>
border-color css
<style>
span { border-color: #E0E7C1; }
span { border-color: rgb(224,231,193); }
td.TdClassName
{
border-color: #E0E7C1;
}
.TagClassName
{
border-color: #E0E7C1;
}
</style>