Shades of White Ice #E2E8E5
Tints of White Ice #E2E8E5
RGB
CMYK
RGB Variations
Color information
#E2E8E5 (or 0xE2E8E5) is known color: White Ice. HEX triplet: E2, E8 and E5. RGB value is (226,232,229). Sum of RGB (Red+Green+Blue) = 226+232+229=687 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.90% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 232 - color contains mainly: green. Hex color #E2E8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E8E5 is #1D171A. Grayscale: #E5E5E5. Windows color (decimal): -1906459 or 15067362. OLE color: 15067362.
HSL color Cylindrical-coordinate representation of color #E2E8E5: hue angle of 150º degrees, saturation: 0.12, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E8E5 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 232 | 229 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.09 |
| HSL | 150º | 0.12% | 0.9% | - |
| HSV(B) | 150º | 0.03% | 0.91% | - |
| XYZ | 74.36 | 79.54 | 85.56 | - |
| YUV | 229.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 232 | 229 | 0.03 | 0 | 0.01 | 0.09 | 150 | 0.12 | 0.9 |
| Hex | E2 | E8 | E5 | 3 | 0 | 1 | 9 | 96 | C | 5A |
| Octal | 342 | 350 | 345 | 3 | 0 | 1 | 11 | 226 | 14 | 132 |
| Binary | 11100010 | 11101000 | 11100101 | 11 | 0 | 1 | 1001 | 10010110 | 1100 | 1011010 |
Color Harmonies of #E2E8E5
Complementary color
Monochromatic Colors of #E2E8E5
Black with #E2E8E5
Text Example
Text Example
White with #E2E8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E8E5; }
p { color: rgb(226,232,229); }
H1.HeaderClassName
{
color: #E2E8E5;
}
.AnyTagClassName
{
color: #E2E8E5;
}
</style>
background-color css
<style>
a { background-color: #E2E8E5; }
a { background-color: rgb(226,232,229); }
div.DivClassName
{
background-color: #E2E8E5;
}
.BgClassName
{
background-color: #E2E8E5;
}
</style>
border-color css
<style>
span { border-color: #E2E8E5; }
span { border-color: rgb(226,232,229); }
td.TdClassName
{
border-color: #E2E8E5;
}
.TagClassName
{
border-color: #E2E8E5;
}
</style>