Shades of Frostee #E2EFD3
Tints of Frostee #E2EFD3
RGB
CMYK
RGB Variations
Color information
#E2EFD3 (or 0xE2EFD3) is known color: Frostee. HEX triplet: E2, EF and D3. RGB value is (226,239,211). Sum of RGB (Red+Green+Blue) = 226+239+211=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFD3 is #1D102C. Grayscale: #E8E8E8. Windows color (decimal): -1904685 or 13889506. OLE color: 13889506.
HSL color Cylindrical-coordinate representation of color #E2EFD3: hue angle of 87.86º degrees, saturation: 0.47, 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 #E2EFD3 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 211 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.06 |
| HSL | 87.86º | 0.47% | 0.88% | - |
| HSV(B) | 87.86º | 0.12% | 0.94% | - |
| XYZ | 73.99 | 82.6 | 73.67 | - |
| YUV | 231.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 211 | 0.05 | 0 | 0.12 | 0.06 | 87.86 | 0.47 | 0.88 |
| Hex | E2 | EF | D3 | 5 | 0 | C | 6 | 58 | 2F | 58 |
| Octal | 342 | 357 | 323 | 5 | 0 | 14 | 6 | 130 | 57 | 130 |
| Binary | 11100010 | 11101111 | 11010011 | 101 | 0 | 1100 | 110 | 1011000 | 101111 | 1011000 |
Color Harmonies of #E2EFD3
Complementary color
Monochromatic Colors of #E2EFD3
Black with #E2EFD3
Text Example
Text Example
White with #E2EFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFD3; }
p { color: rgb(226,239,211); }
H1.HeaderClassName
{
color: #E2EFD3;
}
.AnyTagClassName
{
color: #E2EFD3;
}
</style>
background-color css
<style>
a { background-color: #E2EFD3; }
a { background-color: rgb(226,239,211); }
div.DivClassName
{
background-color: #E2EFD3;
}
.BgClassName
{
background-color: #E2EFD3;
}
</style>
border-color css
<style>
span { border-color: #E2EFD3; }
span { border-color: rgb(226,239,211); }
td.TdClassName
{
border-color: #E2EFD3;
}
.TagClassName
{
border-color: #E2EFD3;
}
</style>