Shades of Frost #E8EDC0
Tints of Frost #E8EDC0
RGB
CMYK
RGB Variations
Color information
#E8EDC0 (or 0xE8EDC0) is known color: Frost. HEX triplet: E8, ED and C0. RGB value is (232,237,192). Sum of RGB (Red+Green+Blue) = 232+237+192=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDC0 is #17123F. Grayscale: #E6E6E6. Windows color (decimal): -1512000 or 12643816. OLE color: 12643816.
HSL color Cylindrical-coordinate representation of color #E8EDC0: hue angle of 66.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8EDC0 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 232 | 237 | 192 | - |
CMYK | 0.02 | 0 | 0.19 | 0.07 |
HSL | 66.67º | 0.56% | 0.84% | - |
HSV(B) | 66.67º | 0.19% | 0.93% | - |
XYZ | 73.08 | 81.53 | 61.75 | - |
YUV | 230.38 | 106.34 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 237 | 192 | 0.02 | 0 | 0.19 | 0.07 | 66.67 | 0.56 | 0.84 |
Hex | E8 | ED | C0 | 2 | 0 | 13 | 7 | 43 | 38 | 54 |
Octal | 350 | 355 | 300 | 2 | 0 | 23 | 7 | 103 | 70 | 124 |
Binary | 11101000 | 11101101 | 11000000 | 10 | 0 | 10011 | 111 | 1000011 | 111000 | 1010100 |
Color Harmonies of #E8EDC0
Complementary color
Monochromatic Colors of #E8EDC0
Black with #E8EDC0
Text Example
Text Example
White with #E8EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EDC0; }
p { color: rgb(232,237,192); }
H1.HeaderClassName
{
color: #E8EDC0;
}
.AnyTagClassName
{
color: #E8EDC0;
}
</style>
background-color css
<style>
a { background-color: #E8EDC0; }
a { background-color: rgb(232,237,192); }
div.DivClassName
{
background-color: #E8EDC0;
}
.BgClassName
{
background-color: #E8EDC0;
}
</style>
border-color css
<style>
span { border-color: #E8EDC0; }
span { border-color: rgb(232,237,192); }
td.TdClassName
{
border-color: #E8EDC0;
}
.TagClassName
{
border-color: #E8EDC0;
}
</style>