Shades of Frost #E1E6C5
Tints of Frost #E1E6C5
RGB
CMYK
RGB Variations
Color information
#E1E6C5 (or 0xE1E6C5) is known color: Frost. HEX triplet: E1, E6 and C5. RGB value is (225,230,197). Sum of RGB (Red+Green+Blue) = 225+230+197=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E6C5 is #1E193A. Grayscale: #E0E0E0. Windows color (decimal): -1972539 or 12969697. OLE color: 12969697.
HSL color Cylindrical-coordinate representation of color #E1E6C5: hue angle of 69.09º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1E6C5 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 197 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.10 |
| HSL | 69.09º | 0.4% | 0.84% | - |
| HSV(B) | 69.09º | 0.14% | 0.9% | - |
| XYZ | 69.43 | 76.63 | 63.96 | - |
| YUV | 224.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 197 | 0.02 | 0 | 0.14 | 0.10 | 69.09 | 0.4 | 0.84 |
| Hex | E1 | E6 | C5 | 2 | 0 | E | A | 45 | 28 | 54 |
| Octal | 341 | 346 | 305 | 2 | 0 | 16 | 12 | 105 | 50 | 124 |
| Binary | 11100001 | 11100110 | 11000101 | 10 | 0 | 1110 | 1010 | 1000101 | 101000 | 1010100 |
Color Harmonies of #E1E6C5
Complementary color
Monochromatic Colors of #E1E6C5
Black with #E1E6C5
Text Example
Text Example
White with #E1E6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6C5; }
p { color: rgb(225,230,197); }
H1.HeaderClassName
{
color: #E1E6C5;
}
.AnyTagClassName
{
color: #E1E6C5;
}
</style>
background-color css
<style>
a { background-color: #E1E6C5; }
a { background-color: rgb(225,230,197); }
div.DivClassName
{
background-color: #E1E6C5;
}
.BgClassName
{
background-color: #E1E6C5;
}
</style>
border-color css
<style>
span { border-color: #E1E6C5; }
span { border-color: rgb(225,230,197); }
td.TdClassName
{
border-color: #E1E6C5;
}
.TagClassName
{
border-color: #E1E6C5;
}
</style>