Shades of Frost #E4E6CE
Tints of Frost #E4E6CE
RGB
CMYK
RGB Variations
Color information
#E4E6CE (or 0xE4E6CE) is known color: Frost. HEX triplet: E4, E6 and CE. RGB value is (228,230,206). Sum of RGB (Red+Green+Blue) = 228+230+206=664 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.34% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4E6CE is #1B1931. Grayscale: #E2E2E2. Windows color (decimal): -1775922 or 13559524. OLE color: 13559524.
HSL color Cylindrical-coordinate representation of color #E4E6CE: hue angle of 65º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E4E6CE is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 206 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.10 |
| HSL | 65º | 0.32% | 0.85% | - |
| HSV(B) | 65º | 0.1% | 0.9% | - |
| XYZ | 71.43 | 77.54 | 69.6 | - |
| YUV | 226.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 206 | 0.01 | 0 | 0.10 | 0.10 | 65 | 0.32 | 0.85 |
| Hex | E4 | E6 | CE | 1 | 0 | A | A | 41 | 20 | 55 |
| Octal | 344 | 346 | 316 | 1 | 0 | 12 | 12 | 101 | 40 | 125 |
| Binary | 11100100 | 11100110 | 11001110 | 1 | 0 | 1010 | 1010 | 1000001 | 100000 | 1010101 |
Color Harmonies of #E4E6CE
Complementary color
Monochromatic Colors of #E4E6CE
Black with #E4E6CE
Text Example
Text Example
White with #E4E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E6CE; }
p { color: rgb(228,230,206); }
H1.HeaderClassName
{
color: #E4E6CE;
}
.AnyTagClassName
{
color: #E4E6CE;
}
</style>
background-color css
<style>
a { background-color: #E4E6CE; }
a { background-color: rgb(228,230,206); }
div.DivClassName
{
background-color: #E4E6CE;
}
.BgClassName
{
background-color: #E4E6CE;
}
</style>
border-color css
<style>
span { border-color: #E4E6CE; }
span { border-color: rgb(228,230,206); }
td.TdClassName
{
border-color: #E4E6CE;
}
.TagClassName
{
border-color: #E4E6CE;
}
</style>