Shades of Frost #E2EDBC
Tints of Frost #E2EDBC
RGB
CMYK
RGB Variations
Color information
#E2EDBC (or 0xE2EDBC) is known color: Frost. HEX triplet: E2, ED and BC. RGB value is (226,237,188). Sum of RGB (Red+Green+Blue) = 226+237+188=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDBC is #1D1243. Grayscale: #E4E4E4. Windows color (decimal): -1905220 or 12381666. OLE color: 12381666.
HSL color Cylindrical-coordinate representation of color #E2EDBC: hue angle of 73.47º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2EDBC is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 188 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.07 |
| HSL | 73.47º | 0.58% | 0.83% | - |
| HSV(B) | 73.47º | 0.21% | 0.93% | - |
| XYZ | 70.73 | 80.37 | 59.36 | - |
| YUV | 228.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 188 | 0.05 | 0 | 0.21 | 0.07 | 73.47 | 0.58 | 0.83 |
| Hex | E2 | ED | BC | 5 | 0 | 15 | 7 | 49 | 3A | 53 |
| Octal | 342 | 355 | 274 | 5 | 0 | 25 | 7 | 111 | 72 | 123 |
| Binary | 11100010 | 11101101 | 10111100 | 101 | 0 | 10101 | 111 | 1001001 | 111010 | 1010011 |
Color Harmonies of #E2EDBC
Complementary color
Monochromatic Colors of #E2EDBC
Black with #E2EDBC
Text Example
Text Example
White with #E2EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDBC; }
p { color: rgb(226,237,188); }
H1.HeaderClassName
{
color: #E2EDBC;
}
.AnyTagClassName
{
color: #E2EDBC;
}
</style>
background-color css
<style>
a { background-color: #E2EDBC; }
a { background-color: rgb(226,237,188); }
div.DivClassName
{
background-color: #E2EDBC;
}
.BgClassName
{
background-color: #E2EDBC;
}
</style>
border-color css
<style>
span { border-color: #E2EDBC; }
span { border-color: rgb(226,237,188); }
td.TdClassName
{
border-color: #E2EDBC;
}
.TagClassName
{
border-color: #E2EDBC;
}
</style>