Shades of Frost #E5EBC9
Tints of Frost #E5EBC9
RGB
CMYK
RGB Variations
Color information
#E5EBC9 (or 0xE5EBC9) is known color: Frost. HEX triplet: E5, EB and C9. RGB value is (229,235,201). Sum of RGB (Red+Green+Blue) = 229+235+201=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 201 (78.91% from 255 or 30.23% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #E5EBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EBC9 is #1A1436. Grayscale: #E5E5E5. Windows color (decimal): -1709111 or 13233125. OLE color: 13233125.
HSL color Cylindrical-coordinate representation of color #E5EBC9: hue angle of 70.59º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5EBC9 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 235 | 201 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.08 |
| HSL | 70.59º | 0.46% | 0.85% | - |
| HSV(B) | 70.59º | 0.14% | 0.92% | - |
| XYZ | 72.56 | 80.29 | 66.93 | - |
| YUV | 229.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 235 | 201 | 0.03 | 0 | 0.14 | 0.08 | 70.59 | 0.46 | 0.85 |
| Hex | E5 | EB | C9 | 3 | 0 | E | 8 | 47 | 2E | 55 |
| Octal | 345 | 353 | 311 | 3 | 0 | 16 | 10 | 107 | 56 | 125 |
| Binary | 11100101 | 11101011 | 11001001 | 11 | 0 | 1110 | 1000 | 1000111 | 101110 | 1010101 |
Color Harmonies of #E5EBC9
Complementary color
Monochromatic Colors of #E5EBC9
Black with #E5EBC9
Text Example
Text Example
White with #E5EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EBC9; }
p { color: rgb(229,235,201); }
H1.HeaderClassName
{
color: #E5EBC9;
}
.AnyTagClassName
{
color: #E5EBC9;
}
</style>
background-color css
<style>
a { background-color: #E5EBC9; }
a { background-color: rgb(229,235,201); }
div.DivClassName
{
background-color: #E5EBC9;
}
.BgClassName
{
background-color: #E5EBC9;
}
</style>
border-color css
<style>
span { border-color: #E5EBC9; }
span { border-color: rgb(229,235,201); }
td.TdClassName
{
border-color: #E5EBC9;
}
.TagClassName
{
border-color: #E5EBC9;
}
</style>