Shades of Frost #E8E9CD
Tints of Frost #E8E9CD
RGB
CMYK
RGB Variations
Color information
#E8E9CD (or 0xE8E9CD) is known color: Frost. HEX triplet: E8, E9 and CD. RGB value is (232,233,205). Sum of RGB (Red+Green+Blue) = 232+233+205=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E9CD is #171632. Grayscale: #E5E5E5. Windows color (decimal): -1513011 or 13494760. OLE color: 13494760.
HSL color Cylindrical-coordinate representation of color #E8E9CD: hue angle of 62.14º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E8E9CD is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 233 | 205 | - |
| CMYK | 0.00 | 0 | 0.12 | 0.09 |
| HSL | 62.14º | 0.39% | 0.86% | - |
| HSV(B) | 62.14º | 0.12% | 0.91% | - |
| XYZ | 73.44 | 79.84 | 69.3 | - |
| YUV | 229.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 205 | 0.00 | 0 | 0.12 | 0.09 | 62.14 | 0.39 | 0.86 |
| Hex | E8 | E9 | CD | 0 | 0 | C | 9 | 3E | 27 | 56 |
| Octal | 350 | 351 | 315 | 0 | 0 | 14 | 11 | 76 | 47 | 126 |
| Binary | 11101000 | 11101001 | 11001101 | 0 | 0 | 1100 | 1001 | 111110 | 100111 | 1010110 |
Color Harmonies of #E8E9CD
Complementary color
Monochromatic Colors of #E8E9CD
Black with #E8E9CD
Text Example
Text Example
White with #E8E9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E9CD; }
p { color: rgb(232,233,205); }
H1.HeaderClassName
{
color: #E8E9CD;
}
.AnyTagClassName
{
color: #E8E9CD;
}
</style>
background-color css
<style>
a { background-color: #E8E9CD; }
a { background-color: rgb(232,233,205); }
div.DivClassName
{
background-color: #E8E9CD;
}
.BgClassName
{
background-color: #E8E9CD;
}
</style>
border-color css
<style>
span { border-color: #E8E9CD; }
span { border-color: rgb(232,233,205); }
td.TdClassName
{
border-color: #E8E9CD;
}
.TagClassName
{
border-color: #E8E9CD;
}
</style>