Shades of Frost #E5EACD
Tints of Frost #E5EACD
RGB
CMYK
RGB Variations
Color information
#E5EACD (or 0xE5EACD) is known color: Frost. HEX triplet: E5, EA and CD. RGB value is (229,234,205). Sum of RGB (Red+Green+Blue) = 229+234+205=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EACD is #1A1532. Grayscale: #E5E5E5. Windows color (decimal): -1709363 or 13495013. OLE color: 13495013.
HSL color Cylindrical-coordinate representation of color #E5EACD: hue angle of 70.34º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5EACD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 229 | 234 | 205 | - |
CMYK | 0.02 | 0 | 0.12 | 0.08 |
HSL | 70.34º | 0.41% | 0.86% | - |
HSV(B) | 70.34º | 0.12% | 0.92% | - |
XYZ | 72.76 | 79.91 | 69.35 | - |
YUV | 229.2 | 114.34 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 234 | 205 | 0.02 | 0 | 0.12 | 0.08 | 70.34 | 0.41 | 0.86 |
Hex | E5 | EA | CD | 2 | 0 | C | 8 | 46 | 29 | 56 |
Octal | 345 | 352 | 315 | 2 | 0 | 14 | 10 | 106 | 51 | 126 |
Binary | 11100101 | 11101010 | 11001101 | 10 | 0 | 1100 | 1000 | 1000110 | 101001 | 1010110 |
Color Harmonies of #E5EACD
Complementary color
Monochromatic Colors of #E5EACD
Black with #E5EACD
Text Example
Text Example
White with #E5EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EACD; }
p { color: rgb(229,234,205); }
H1.HeaderClassName
{
color: #E5EACD;
}
.AnyTagClassName
{
color: #E5EACD;
}
</style>
background-color css
<style>
a { background-color: #E5EACD; }
a { background-color: rgb(229,234,205); }
div.DivClassName
{
background-color: #E5EACD;
}
.BgClassName
{
background-color: #E5EACD;
}
</style>
border-color css
<style>
span { border-color: #E5EACD; }
span { border-color: rgb(229,234,205); }
td.TdClassName
{
border-color: #E5EACD;
}
.TagClassName
{
border-color: #E5EACD;
}
</style>