Shades of Frostee #E2EFD5
Tints of Frostee #E2EFD5
RGB
CMYK
RGB Variations
Color information
#E2EFD5 (or 0xE2EFD5) is known color: Frostee. HEX triplet: E2, EF and D5. RGB value is (226,239,213). Sum of RGB (Red+Green+Blue) = 226+239+213=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 213 (83.59% from 255 or 31.42% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFD5 is #1D102A. Grayscale: #E8E8E8. Windows color (decimal): -1904683 or 14020578. OLE color: 14020578.
HSL color Cylindrical-coordinate representation of color #E2EFD5: hue angle of 90º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2EFD5 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 239 | 213 | - |
CMYK | 0.05 | 0 | 0.11 | 0.06 |
HSL | 90º | 0.45% | 0.89% | - |
HSV(B) | 90º | 0.11% | 0.94% | - |
XYZ | 74.24 | 82.71 | 75 | - |
YUV | 232.15 | 117.19 | 123.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 239 | 213 | 0.05 | 0 | 0.11 | 0.06 | 90 | 0.45 | 0.89 |
Hex | E2 | EF | D5 | 5 | 0 | B | 6 | 5A | 2D | 59 |
Octal | 342 | 357 | 325 | 5 | 0 | 13 | 6 | 132 | 55 | 131 |
Binary | 11100010 | 11101111 | 11010101 | 101 | 0 | 1011 | 110 | 1011010 | 101101 | 1011001 |
Color Harmonies of #E2EFD5
Complementary color
Monochromatic Colors of #E2EFD5
Black with #E2EFD5
Text Example
Text Example
White with #E2EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFD5; }
p { color: rgb(226,239,213); }
H1.HeaderClassName
{
color: #E2EFD5;
}
.AnyTagClassName
{
color: #E2EFD5;
}
</style>
background-color css
<style>
a { background-color: #E2EFD5; }
a { background-color: rgb(226,239,213); }
div.DivClassName
{
background-color: #E2EFD5;
}
.BgClassName
{
background-color: #E2EFD5;
}
</style>
border-color css
<style>
span { border-color: #E2EFD5; }
span { border-color: rgb(226,239,213); }
td.TdClassName
{
border-color: #E2EFD5;
}
.TagClassName
{
border-color: #E2EFD5;
}
</style>