Shades of Frost #E9EDC8
Tints of Frost #E9EDC8
RGB
CMYK
RGB Variations
Color information
#E9EDC8 (or 0xE9EDC8) is known color: Frost. HEX triplet: E9, ED and C8. RGB value is (233,237,200). Sum of RGB (Red+Green+Blue) = 233+237+200=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 200 (78.52% from 255 or 29.85% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDC8 is #161237. Grayscale: #E7E7E7. Windows color (decimal): -1446456 or 13168105. OLE color: 13168105.
HSL color Cylindrical-coordinate representation of color #E9EDC8: hue angle of 66.49º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E9EDC8 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 237 | 200 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.07 |
| HSL | 66.49º | 0.51% | 0.86% | - |
| HSV(B) | 66.49º | 0.16% | 0.93% | - |
| XYZ | 74.31 | 82.06 | 66.57 | - |
| YUV | 231.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 200 | 0.02 | 0 | 0.16 | 0.07 | 66.49 | 0.51 | 0.86 |
| Hex | E9 | ED | C8 | 2 | 0 | 10 | 7 | 42 | 33 | 56 |
| Octal | 351 | 355 | 310 | 2 | 0 | 20 | 7 | 102 | 63 | 126 |
| Binary | 11101001 | 11101101 | 11001000 | 10 | 0 | 10000 | 111 | 1000010 | 110011 | 1010110 |
Color Harmonies of #E9EDC8
Complementary color
Monochromatic Colors of #E9EDC8
Black with #E9EDC8
Text Example
Text Example
White with #E9EDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EDC8; }
p { color: rgb(233,237,200); }
H1.HeaderClassName
{
color: #E9EDC8;
}
.AnyTagClassName
{
color: #E9EDC8;
}
</style>
background-color css
<style>
a { background-color: #E9EDC8; }
a { background-color: rgb(233,237,200); }
div.DivClassName
{
background-color: #E9EDC8;
}
.BgClassName
{
background-color: #E9EDC8;
}
</style>
border-color css
<style>
span { border-color: #E9EDC8; }
span { border-color: rgb(233,237,200); }
td.TdClassName
{
border-color: #E9EDC8;
}
.TagClassName
{
border-color: #E9EDC8;
}
</style>