Shades of Frost #E3EDBE
Tints of Frost #E3EDBE
RGB
CMYK
RGB Variations
Color information
#E3EDBE (or 0xE3EDBE) is known color: Frost. HEX triplet: E3, ED and BE. RGB value is (227,237,190). Sum of RGB (Red+Green+Blue) = 227+237+190=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 190 (74.61% from 255 or 29.05% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #E3EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3EDBE is #1C1241. Grayscale: #E4E4E4. Windows color (decimal): -1839682 or 12512739. OLE color: 12512739.
HSL color Cylindrical-coordinate representation of color #E3EDBE: hue angle of 72.77º 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 #E3EDBE is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 237 | 190 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.07 |
| HSL | 72.77º | 0.57% | 0.84% | - |
| HSV(B) | 72.77º | 0.2% | 0.93% | - |
| XYZ | 71.26 | 80.62 | 60.52 | - |
| YUV | 228.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 237 | 190 | 0.04 | 0 | 0.20 | 0.07 | 72.77 | 0.57 | 0.84 |
| Hex | E3 | ED | BE | 4 | 0 | 14 | 7 | 49 | 39 | 54 |
| Octal | 343 | 355 | 276 | 4 | 0 | 24 | 7 | 111 | 71 | 124 |
| Binary | 11100011 | 11101101 | 10111110 | 100 | 0 | 10100 | 111 | 1001001 | 111001 | 1010100 |
Color Harmonies of #E3EDBE
Complementary color
Monochromatic Colors of #E3EDBE
Black with #E3EDBE
Text Example
Text Example
White with #E3EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EDBE; }
p { color: rgb(227,237,190); }
H1.HeaderClassName
{
color: #E3EDBE;
}
.AnyTagClassName
{
color: #E3EDBE;
}
</style>
background-color css
<style>
a { background-color: #E3EDBE; }
a { background-color: rgb(227,237,190); }
div.DivClassName
{
background-color: #E3EDBE;
}
.BgClassName
{
background-color: #E3EDBE;
}
</style>
border-color css
<style>
span { border-color: #E3EDBE; }
span { border-color: rgb(227,237,190); }
td.TdClassName
{
border-color: #E3EDBE;
}
.TagClassName
{
border-color: #E3EDBE;
}
</style>