Shades of Frost #E2EDBE
Tints of Frost #E2EDBE
RGB
CMYK
RGB Variations
Color information
#E2EDBE (or 0xE2EDBE) is known color: Frost. HEX triplet: E2, ED and BE. RGB value is (226,237,190). Sum of RGB (Red+Green+Blue) = 226+237+190=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDBE is #1D1241. Grayscale: #E4E4E4. Windows color (decimal): -1905218 or 12512738. OLE color: 12512738.
HSL color Cylindrical-coordinate representation of color #E2EDBE: hue angle of 74.04º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2EDBE is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 190 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.07 |
| HSL | 74.04º | 0.57% | 0.84% | - |
| HSV(B) | 74.04º | 0.2% | 0.93% | - |
| XYZ | 70.94 | 80.45 | 60.51 | - |
| YUV | 228.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 190 | 0.05 | 0 | 0.20 | 0.07 | 74.04 | 0.57 | 0.84 |
| Hex | E2 | ED | BE | 5 | 0 | 14 | 7 | 4A | 39 | 54 |
| Octal | 342 | 355 | 276 | 5 | 0 | 24 | 7 | 112 | 71 | 124 |
| Binary | 11100010 | 11101101 | 10111110 | 101 | 0 | 10100 | 111 | 1001010 | 111001 | 1010100 |
Color Harmonies of #E2EDBE
Complementary color
Monochromatic Colors of #E2EDBE
Black with #E2EDBE
Text Example
Text Example
White with #E2EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDBE; }
p { color: rgb(226,237,190); }
H1.HeaderClassName
{
color: #E2EDBE;
}
.AnyTagClassName
{
color: #E2EDBE;
}
</style>
background-color css
<style>
a { background-color: #E2EDBE; }
a { background-color: rgb(226,237,190); }
div.DivClassName
{
background-color: #E2EDBE;
}
.BgClassName
{
background-color: #E2EDBE;
}
</style>
border-color css
<style>
span { border-color: #E2EDBE; }
span { border-color: rgb(226,237,190); }
td.TdClassName
{
border-color: #E2EDBE;
}
.TagClassName
{
border-color: #E2EDBE;
}
</style>