Shades of Frostee #E3F0D3
Tints of Frostee #E3F0D3
RGB
CMYK
RGB Variations
Color information
#E3F0D3 (or 0xE3F0D3) is known color: Frostee. HEX triplet: E3, F0 and D3. RGB value is (227,240,211). Sum of RGB (Red+Green+Blue) = 227+240+211=678 (89% of max value = 765). Red value is 227 (89.06% from 255 or 33.48% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 211 (82.81% from 255 or 31.12% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #E3F0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3F0D3 is #1C0F2C. Grayscale: #E8E8E8. Windows color (decimal): -1838893 or 13889763. OLE color: 13889763.
HSL color Cylindrical-coordinate representation of color #E3F0D3: hue angle of 86.9º degrees, saturation: 0.49, 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 #E3F0D3 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 240 | 211 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.06 |
| HSL | 86.9º | 0.49% | 0.88% | - |
| HSV(B) | 86.9º | 0.12% | 0.94% | - |
| XYZ | 74.6 | 83.35 | 73.79 | - |
| YUV | 232.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 240 | 211 | 0.05 | 0 | 0.12 | 0.06 | 86.9 | 0.49 | 0.88 |
| Hex | E3 | F0 | D3 | 5 | 0 | C | 6 | 57 | 31 | 58 |
| Octal | 343 | 360 | 323 | 5 | 0 | 14 | 6 | 127 | 61 | 130 |
| Binary | 11100011 | 11110000 | 11010011 | 101 | 0 | 1100 | 110 | 1010111 | 110001 | 1011000 |
Color Harmonies of #E3F0D3
Complementary color
Monochromatic Colors of #E3F0D3
Black with #E3F0D3
Text Example
Text Example
White with #E3F0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F0D3; }
p { color: rgb(227,240,211); }
H1.HeaderClassName
{
color: #E3F0D3;
}
.AnyTagClassName
{
color: #E3F0D3;
}
</style>
background-color css
<style>
a { background-color: #E3F0D3; }
a { background-color: rgb(227,240,211); }
div.DivClassName
{
background-color: #E3F0D3;
}
.BgClassName
{
background-color: #E3F0D3;
}
</style>
border-color css
<style>
span { border-color: #E3F0D3; }
span { border-color: rgb(227,240,211); }
td.TdClassName
{
border-color: #E3F0D3;
}
.TagClassName
{
border-color: #E3F0D3;
}
</style>