Shades of Frost #E4EDBD
Tints of Frost #E4EDBD
RGB
CMYK
RGB Variations
Color information
#E4EDBD (or 0xE4EDBD) is known color: Frost. HEX triplet: E4, ED and BD. RGB value is (228,237,189). Sum of RGB (Red+Green+Blue) = 228+237+189=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #E4EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4EDBD is #1B1242. Grayscale: #E5E5E5. Windows color (decimal): -1774147 or 12447204. OLE color: 12447204.
HSL color Cylindrical-coordinate representation of color #E4EDBD: hue angle of 71.25º 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 #E4EDBD is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 237 | 189 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.07 |
| HSL | 71.25º | 0.57% | 0.84% | - |
| HSV(B) | 71.25º | 0.2% | 0.93% | - |
| XYZ | 71.46 | 80.74 | 59.96 | - |
| YUV | 228.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 237 | 189 | 0.04 | 0 | 0.20 | 0.07 | 71.25 | 0.57 | 0.84 |
| Hex | E4 | ED | BD | 4 | 0 | 14 | 7 | 47 | 39 | 54 |
| Octal | 344 | 355 | 275 | 4 | 0 | 24 | 7 | 107 | 71 | 124 |
| Binary | 11100100 | 11101101 | 10111101 | 100 | 0 | 10100 | 111 | 1000111 | 111001 | 1010100 |
Color Harmonies of #E4EDBD
Complementary color
Monochromatic Colors of #E4EDBD
Black with #E4EDBD
Text Example
Text Example
White with #E4EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EDBD; }
p { color: rgb(228,237,189); }
H1.HeaderClassName
{
color: #E4EDBD;
}
.AnyTagClassName
{
color: #E4EDBD;
}
</style>
background-color css
<style>
a { background-color: #E4EDBD; }
a { background-color: rgb(228,237,189); }
div.DivClassName
{
background-color: #E4EDBD;
}
.BgClassName
{
background-color: #E4EDBD;
}
</style>
border-color css
<style>
span { border-color: #E4EDBD; }
span { border-color: rgb(228,237,189); }
td.TdClassName
{
border-color: #E4EDBD;
}
.TagClassName
{
border-color: #E4EDBD;
}
</style>