Shades of Frost #E3ECBD
Tints of Frost #E3ECBD
RGB
CMYK
RGB Variations
Color information
#E3ECBD (or 0xE3ECBD) is known color: Frost. HEX triplet: E3, EC and BD. RGB value is (227,236,189). Sum of RGB (Red+Green+Blue) = 227+236+189=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #E3ECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3ECBD is #1C1342. Grayscale: #E4E4E4. Windows color (decimal): -1839939 or 12446947. OLE color: 12446947.
HSL color Cylindrical-coordinate representation of color #E3ECBD: hue angle of 71.49º 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 #E3ECBD is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 236 | 189 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.07 |
| HSL | 71.49º | 0.55% | 0.83% | - |
| HSV(B) | 71.49º | 0.2% | 0.93% | - |
| XYZ | 70.86 | 80 | 59.85 | - |
| YUV | 227.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 236 | 189 | 0.04 | 0 | 0.20 | 0.07 | 71.49 | 0.55 | 0.83 |
| Hex | E3 | EC | BD | 4 | 0 | 14 | 7 | 47 | 37 | 53 |
| Octal | 343 | 354 | 275 | 4 | 0 | 24 | 7 | 107 | 67 | 123 |
| Binary | 11100011 | 11101100 | 10111101 | 100 | 0 | 10100 | 111 | 1000111 | 110111 | 1010011 |
Color Harmonies of #E3ECBD
Complementary color
Monochromatic Colors of #E3ECBD
Black with #E3ECBD
Text Example
Text Example
White with #E3ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ECBD; }
p { color: rgb(227,236,189); }
H1.HeaderClassName
{
color: #E3ECBD;
}
.AnyTagClassName
{
color: #E3ECBD;
}
</style>
background-color css
<style>
a { background-color: #E3ECBD; }
a { background-color: rgb(227,236,189); }
div.DivClassName
{
background-color: #E3ECBD;
}
.BgClassName
{
background-color: #E3ECBD;
}
</style>
border-color css
<style>
span { border-color: #E3ECBD; }
span { border-color: rgb(227,236,189); }
td.TdClassName
{
border-color: #E3ECBD;
}
.TagClassName
{
border-color: #E3ECBD;
}
</style>