Shades of Frost #E1EDBC
Tints of Frost #E1EDBC
RGB
CMYK
RGB Variations
Color information
#E1EDBC (or 0xE1EDBC) is known color: Frost. HEX triplet: E1, ED and BC. RGB value is (225,237,188). Sum of RGB (Red+Green+Blue) = 225+237+188=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDBC is #1E1243. Grayscale: #E4E4E4. Windows color (decimal): -1970756 or 12381665. OLE color: 12381665.
HSL color Cylindrical-coordinate representation of color #E1EDBC: hue angle of 74.69º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1EDBC is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 188 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.07 |
| HSL | 74.69º | 0.58% | 0.83% | - |
| HSV(B) | 74.69º | 0.21% | 0.93% | - |
| XYZ | 70.41 | 80.21 | 59.35 | - |
| YUV | 227.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 188 | 0.05 | 0 | 0.21 | 0.07 | 74.69 | 0.58 | 0.83 |
| Hex | E1 | ED | BC | 5 | 0 | 15 | 7 | 4B | 3A | 53 |
| Octal | 341 | 355 | 274 | 5 | 0 | 25 | 7 | 113 | 72 | 123 |
| Binary | 11100001 | 11101101 | 10111100 | 101 | 0 | 10101 | 111 | 1001011 | 111010 | 1010011 |
Color Harmonies of #E1EDBC
Complementary color
Monochromatic Colors of #E1EDBC
Black with #E1EDBC
Text Example
Text Example
White with #E1EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDBC; }
p { color: rgb(225,237,188); }
H1.HeaderClassName
{
color: #E1EDBC;
}
.AnyTagClassName
{
color: #E1EDBC;
}
</style>
background-color css
<style>
a { background-color: #E1EDBC; }
a { background-color: rgb(225,237,188); }
div.DivClassName
{
background-color: #E1EDBC;
}
.BgClassName
{
background-color: #E1EDBC;
}
</style>
border-color css
<style>
span { border-color: #E1EDBC; }
span { border-color: rgb(225,237,188); }
td.TdClassName
{
border-color: #E1EDBC;
}
.TagClassName
{
border-color: #E1EDBC;
}
</style>