Shades of Frost #E2E3D0
Tints of Frost #E2E3D0
RGB
CMYK
RGB Variations
Color information
#E2E3D0 (or 0xE2E3D0) is known color: Frost. HEX triplet: E2, E3 and D0. RGB value is (226,227,208). Sum of RGB (Red+Green+Blue) = 226+227+208=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E3D0 is #1D1C2F. Grayscale: #E0E0E0. Windows color (decimal): -1907760 or 13689826. OLE color: 13689826.
HSL color Cylindrical-coordinate representation of color #E2E3D0: hue angle of 63.16º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2E3D0 is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 227 | 208 | - |
CMYK | 0.00 | 0 | 0.08 | 0.11 |
HSL | 63.16º | 0.25% | 0.85% | - |
HSV(B) | 63.16º | 0.08% | 0.89% | - |
XYZ | 70.22 | 75.66 | 70.58 | - |
YUV | 224.54 | 118.67 | 129.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 227 | 208 | 0.00 | 0 | 0.08 | 0.11 | 63.16 | 0.25 | 0.85 |
Hex | E2 | E3 | D0 | 0 | 0 | 8 | B | 3F | 19 | 55 |
Octal | 342 | 343 | 320 | 0 | 0 | 10 | 13 | 77 | 31 | 125 |
Binary | 11100010 | 11100011 | 11010000 | 0 | 0 | 1000 | 1011 | 111111 | 11001 | 1010101 |
Color Harmonies of #E2E3D0
Complementary color
Monochromatic Colors of #E2E3D0
Black with #E2E3D0
Text Example
Text Example
White with #E2E3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E3D0; }
p { color: rgb(226,227,208); }
H1.HeaderClassName
{
color: #E2E3D0;
}
.AnyTagClassName
{
color: #E2E3D0;
}
</style>
background-color css
<style>
a { background-color: #E2E3D0; }
a { background-color: rgb(226,227,208); }
div.DivClassName
{
background-color: #E2E3D0;
}
.BgClassName
{
background-color: #E2E3D0;
}
</style>
border-color css
<style>
span { border-color: #E2E3D0; }
span { border-color: rgb(226,227,208); }
td.TdClassName
{
border-color: #E2E3D0;
}
.TagClassName
{
border-color: #E2E3D0;
}
</style>