Shades of Frost #E1ECBD
Tints of Frost #E1ECBD
RGB
CMYK
RGB Variations
Color information
#E1ECBD (or 0xE1ECBD) is known color: Frost. HEX triplet: E1, EC and BD. RGB value is (225,236,189). Sum of RGB (Red+Green+Blue) = 225+236+189=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1ECBD is #1E1342. Grayscale: #E3E3E3. Windows color (decimal): -1971011 or 12446945. OLE color: 12446945.
HSL color Cylindrical-coordinate representation of color #E1ECBD: hue angle of 74.04º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1ECBD is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 189 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.07 |
| HSL | 74.04º | 0.55% | 0.83% | - |
| HSV(B) | 74.04º | 0.2% | 0.93% | - |
| XYZ | 70.23 | 79.67 | 59.82 | - |
| YUV | 227.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 189 | 0.05 | 0 | 0.20 | 0.07 | 74.04 | 0.55 | 0.83 |
| Hex | E1 | EC | BD | 5 | 0 | 14 | 7 | 4A | 37 | 53 |
| Octal | 341 | 354 | 275 | 5 | 0 | 24 | 7 | 112 | 67 | 123 |
| Binary | 11100001 | 11101100 | 10111101 | 101 | 0 | 10100 | 111 | 1001010 | 110111 | 1010011 |
Color Harmonies of #E1ECBD
Complementary color
Monochromatic Colors of #E1ECBD
Black with #E1ECBD
Text Example
Text Example
White with #E1ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECBD; }
p { color: rgb(225,236,189); }
H1.HeaderClassName
{
color: #E1ECBD;
}
.AnyTagClassName
{
color: #E1ECBD;
}
</style>
background-color css
<style>
a { background-color: #E1ECBD; }
a { background-color: rgb(225,236,189); }
div.DivClassName
{
background-color: #E1ECBD;
}
.BgClassName
{
background-color: #E1ECBD;
}
</style>
border-color css
<style>
span { border-color: #E1ECBD; }
span { border-color: rgb(225,236,189); }
td.TdClassName
{
border-color: #E1ECBD;
}
.TagClassName
{
border-color: #E1ECBD;
}
</style>