Shades of Frost #E8EAC1
Tints of Frost #E8EAC1
RGB
CMYK
RGB Variations
Color information
#E8EAC1 (or 0xE8EAC1) is known color: Frost. HEX triplet: E8, EA and C1. RGB value is (232,234,193). Sum of RGB (Red+Green+Blue) = 232+234+193=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 193 (75.78% from 255 or 29.29% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EAC1 is #17153E. Grayscale: #E4E4E4. Windows color (decimal): -1512767 or 12708584. OLE color: 12708584.
HSL color Cylindrical-coordinate representation of color #E8EAC1: hue angle of 62.93º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E8EAC1 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 234 | 193 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.08 |
| HSL | 62.93º | 0.49% | 0.84% | - |
| HSV(B) | 62.93º | 0.18% | 0.92% | - |
| XYZ | 72.33 | 79.85 | 62.05 | - |
| YUV | 228.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 193 | 0.01 | 0 | 0.18 | 0.08 | 62.93 | 0.49 | 0.84 |
| Hex | E8 | EA | C1 | 1 | 0 | 12 | 8 | 3F | 31 | 54 |
| Octal | 350 | 352 | 301 | 1 | 0 | 22 | 10 | 77 | 61 | 124 |
| Binary | 11101000 | 11101010 | 11000001 | 1 | 0 | 10010 | 1000 | 111111 | 110001 | 1010100 |
Color Harmonies of #E8EAC1
Complementary color
Monochromatic Colors of #E8EAC1
Black with #E8EAC1
Text Example
Text Example
White with #E8EAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EAC1; }
p { color: rgb(232,234,193); }
H1.HeaderClassName
{
color: #E8EAC1;
}
.AnyTagClassName
{
color: #E8EAC1;
}
</style>
background-color css
<style>
a { background-color: #E8EAC1; }
a { background-color: rgb(232,234,193); }
div.DivClassName
{
background-color: #E8EAC1;
}
.BgClassName
{
background-color: #E8EAC1;
}
</style>
border-color css
<style>
span { border-color: #E8EAC1; }
span { border-color: rgb(232,234,193); }
td.TdClassName
{
border-color: #E8EAC1;
}
.TagClassName
{
border-color: #E8EAC1;
}
</style>