Shades of Frost #E1EDB8
Tints of Frost #E1EDB8
RGB
CMYK
RGB Variations
Color information
#E1EDB8 (or 0xE1EDB8) is known color: Frost. HEX triplet: E1, ED and B8. RGB value is (225,237,184). Sum of RGB (Red+Green+Blue) = 225+237+184=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 184 (72.27% from 255 or 28.48% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDB8 is #1E1247. Grayscale: #E3E3E3. Windows color (decimal): -1970760 or 12119521. OLE color: 12119521.
HSL color Cylindrical-coordinate representation of color #E1EDB8: hue angle of 73.58º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1EDB8 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 184 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.07 |
| HSL | 73.58º | 0.6% | 0.83% | - |
| HSV(B) | 73.58º | 0.22% | 0.93% | - |
| XYZ | 69.99 | 80.04 | 57.11 | - |
| YUV | 227.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 184 | 0.05 | 0 | 0.22 | 0.07 | 73.58 | 0.6 | 0.83 |
| Hex | E1 | ED | B8 | 5 | 0 | 16 | 7 | 4A | 3C | 53 |
| Octal | 341 | 355 | 270 | 5 | 0 | 26 | 7 | 112 | 74 | 123 |
| Binary | 11100001 | 11101101 | 10111000 | 101 | 0 | 10110 | 111 | 1001010 | 111100 | 1010011 |
Color Harmonies of #E1EDB8
Complementary color
Monochromatic Colors of #E1EDB8
Black with #E1EDB8
Text Example
Text Example
White with #E1EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDB8; }
p { color: rgb(225,237,184); }
H1.HeaderClassName
{
color: #E1EDB8;
}
.AnyTagClassName
{
color: #E1EDB8;
}
</style>
background-color css
<style>
a { background-color: #E1EDB8; }
a { background-color: rgb(225,237,184); }
div.DivClassName
{
background-color: #E1EDB8;
}
.BgClassName
{
background-color: #E1EDB8;
}
</style>
border-color css
<style>
span { border-color: #E1EDB8; }
span { border-color: rgb(225,237,184); }
td.TdClassName
{
border-color: #E1EDB8;
}
.TagClassName
{
border-color: #E1EDB8;
}
</style>