Shades of Frost #E4EDC0
Tints of Frost #E4EDC0
RGB
CMYK
RGB Variations
Color information
#E4EDC0 (or 0xE4EDC0) is known color: Frost. HEX triplet: E4, ED and C0. RGB value is (228,237,192). Sum of RGB (Red+Green+Blue) = 228+237+192=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #E4EDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4EDC0 is #1B123F. Grayscale: #E5E5E5. Windows color (decimal): -1774144 or 12643812. OLE color: 12643812.
HSL color Cylindrical-coordinate representation of color #E4EDC0: hue angle of 72º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4EDC0 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 237 | 192 | - |
CMYK | 0.04 | 0 | 0.19 | 0.07 |
HSL | 72º | 0.56% | 0.84% | - |
HSV(B) | 72º | 0.19% | 0.93% | - |
XYZ | 71.79 | 80.87 | 61.69 | - |
YUV | 229.18 | 107.02 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 237 | 192 | 0.04 | 0 | 0.19 | 0.07 | 72 | 0.56 | 0.84 |
Hex | E4 | ED | C0 | 4 | 0 | 13 | 7 | 48 | 38 | 54 |
Octal | 344 | 355 | 300 | 4 | 0 | 23 | 7 | 110 | 70 | 124 |
Binary | 11100100 | 11101101 | 11000000 | 100 | 0 | 10011 | 111 | 1001000 | 111000 | 1010100 |
Color Harmonies of #E4EDC0
Complementary color
Monochromatic Colors of #E4EDC0
Black with #E4EDC0
Text Example
Text Example
White with #E4EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EDC0; }
p { color: rgb(228,237,192); }
H1.HeaderClassName
{
color: #E4EDC0;
}
.AnyTagClassName
{
color: #E4EDC0;
}
</style>
background-color css
<style>
a { background-color: #E4EDC0; }
a { background-color: rgb(228,237,192); }
div.DivClassName
{
background-color: #E4EDC0;
}
.BgClassName
{
background-color: #E4EDC0;
}
</style>
border-color css
<style>
span { border-color: #E4EDC0; }
span { border-color: rgb(228,237,192); }
td.TdClassName
{
border-color: #E4EDC0;
}
.TagClassName
{
border-color: #E4EDC0;
}
</style>