Shades of Frost #E1E6C4
Tints of Frost #E1E6C4
RGB
CMYK
RGB Variations
Color information
#E1E6C4 (or 0xE1E6C4) is known color: Frost. HEX triplet: E1, E6 and C4. RGB value is (225,230,196). Sum of RGB (Red+Green+Blue) = 225+230+196=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E6C4 is #1E193B. Grayscale: #E0E0E0. Windows color (decimal): -1972540 or 12904161. OLE color: 12904161.
HSL color Cylindrical-coordinate representation of color #E1E6C4: hue angle of 68.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1E6C4 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 196 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.10 |
| HSL | 68.82º | 0.4% | 0.84% | - |
| HSV(B) | 68.82º | 0.15% | 0.9% | - |
| XYZ | 69.31 | 76.59 | 63.35 | - |
| YUV | 224.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 196 | 0.02 | 0 | 0.15 | 0.10 | 68.82 | 0.4 | 0.84 |
| Hex | E1 | E6 | C4 | 2 | 0 | F | A | 45 | 28 | 54 |
| Octal | 341 | 346 | 304 | 2 | 0 | 17 | 12 | 105 | 50 | 124 |
| Binary | 11100001 | 11100110 | 11000100 | 10 | 0 | 1111 | 1010 | 1000101 | 101000 | 1010100 |
Color Harmonies of #E1E6C4
Complementary color
Monochromatic Colors of #E1E6C4
Black with #E1E6C4
Text Example
Text Example
White with #E1E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6C4; }
p { color: rgb(225,230,196); }
H1.HeaderClassName
{
color: #E1E6C4;
}
.AnyTagClassName
{
color: #E1E6C4;
}
</style>
background-color css
<style>
a { background-color: #E1E6C4; }
a { background-color: rgb(225,230,196); }
div.DivClassName
{
background-color: #E1E6C4;
}
.BgClassName
{
background-color: #E1E6C4;
}
</style>
border-color css
<style>
span { border-color: #E1E6C4; }
span { border-color: rgb(225,230,196); }
td.TdClassName
{
border-color: #E1E6C4;
}
.TagClassName
{
border-color: #E1E6C4;
}
</style>