Shades of Frostee #E2EFD2
Tints of Frostee #E2EFD2
RGB
CMYK
RGB Variations
Color information
#E2EFD2 (or 0xE2EFD2) is known color: Frostee. HEX triplet: E2, EF and D2. RGB value is (226,239,210). Sum of RGB (Red+Green+Blue) = 226+239+210=675 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.48% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFD2 is #1D102D. Grayscale: #E7E7E7. Windows color (decimal): -1904686 or 13823970. OLE color: 13823970.
HSL color Cylindrical-coordinate representation of color #E2EFD2: hue angle of 86.9º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2EFD2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 210 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.06 |
| HSL | 86.9º | 0.48% | 0.88% | - |
| HSV(B) | 86.9º | 0.12% | 0.94% | - |
| XYZ | 73.86 | 82.55 | 73.01 | - |
| YUV | 231.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 210 | 0.05 | 0 | 0.12 | 0.06 | 86.9 | 0.48 | 0.88 |
| Hex | E2 | EF | D2 | 5 | 0 | C | 6 | 57 | 30 | 58 |
| Octal | 342 | 357 | 322 | 5 | 0 | 14 | 6 | 127 | 60 | 130 |
| Binary | 11100010 | 11101111 | 11010010 | 101 | 0 | 1100 | 110 | 1010111 | 110000 | 1011000 |
Color Harmonies of #E2EFD2
Complementary color
Monochromatic Colors of #E2EFD2
Black with #E2EFD2
Text Example
Text Example
White with #E2EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFD2; }
p { color: rgb(226,239,210); }
H1.HeaderClassName
{
color: #E2EFD2;
}
.AnyTagClassName
{
color: #E2EFD2;
}
</style>
background-color css
<style>
a { background-color: #E2EFD2; }
a { background-color: rgb(226,239,210); }
div.DivClassName
{
background-color: #E2EFD2;
}
.BgClassName
{
background-color: #E2EFD2;
}
</style>
border-color css
<style>
span { border-color: #E2EFD2; }
span { border-color: rgb(226,239,210); }
td.TdClassName
{
border-color: #E2EFD2;
}
.TagClassName
{
border-color: #E2EFD2;
}
</style>