Shades of Frost #E8EEC2
Tints of Frost #E8EEC2
RGB
CMYK
RGB Variations
Color information
#E8EEC2 (or 0xE8EEC2) is known color: Frost. HEX triplet: E8, EE and C2. RGB value is (232,238,194). Sum of RGB (Red+Green+Blue) = 232+238+194=664 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.94% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #E8EEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EEC2 is #17113D. Grayscale: #E7E7E7. Windows color (decimal): -1511742 or 12775144. OLE color: 12775144.
HSL color Cylindrical-coordinate representation of color #E8EEC2: hue angle of 68.18º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8EEC2 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 238 | 194 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.07 |
| HSL | 68.18º | 0.56% | 0.85% | - |
| HSV(B) | 68.18º | 0.18% | 0.93% | - |
| XYZ | 73.59 | 82.2 | 63.03 | - |
| YUV | 231.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 238 | 194 | 0.03 | 0 | 0.18 | 0.07 | 68.18 | 0.56 | 0.85 |
| Hex | E8 | EE | C2 | 3 | 0 | 12 | 7 | 44 | 38 | 55 |
| Octal | 350 | 356 | 302 | 3 | 0 | 22 | 7 | 104 | 70 | 125 |
| Binary | 11101000 | 11101110 | 11000010 | 11 | 0 | 10010 | 111 | 1000100 | 111000 | 1010101 |
Color Harmonies of #E8EEC2
Complementary color
Monochromatic Colors of #E8EEC2
Black with #E8EEC2
Text Example
Text Example
White with #E8EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EEC2; }
p { color: rgb(232,238,194); }
H1.HeaderClassName
{
color: #E8EEC2;
}
.AnyTagClassName
{
color: #E8EEC2;
}
</style>
background-color css
<style>
a { background-color: #E8EEC2; }
a { background-color: rgb(232,238,194); }
div.DivClassName
{
background-color: #E8EEC2;
}
.BgClassName
{
background-color: #E8EEC2;
}
</style>
border-color css
<style>
span { border-color: #E8EEC2; }
span { border-color: rgb(232,238,194); }
td.TdClassName
{
border-color: #E8EEC2;
}
.TagClassName
{
border-color: #E8EEC2;
}
</style>