Shades of Frost #E1E3D2
Tints of Frost #E1E3D2
RGB
CMYK
RGB Variations
Color information
#E1E3D2 (or 0xE1E3D2) is known color: Frost. HEX triplet: E1, E3 and D2. RGB value is (225,227,210). Sum of RGB (Red+Green+Blue) = 225+227+210=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 227 (89.06% from 255 or 34.29% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E3D2 is #1E1C2D. Grayscale: #E0E0E0. Windows color (decimal): -1973294 or 13820897. OLE color: 13820897.
HSL color Cylindrical-coordinate representation of color #E1E3D2: hue angle of 67.06º degrees, saturation: 0.23, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1E3D2 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 210 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.11 |
| HSL | 67.06º | 0.23% | 0.86% | - |
| HSV(B) | 67.06º | 0.07% | 0.89% | - |
| XYZ | 70.15 | 75.6 | 71.87 | - |
| YUV | 224.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 210 | 0.01 | 0 | 0.07 | 0.11 | 67.06 | 0.23 | 0.86 |
| Hex | E1 | E3 | D2 | 1 | 0 | 7 | B | 43 | 17 | 56 |
| Octal | 341 | 343 | 322 | 1 | 0 | 7 | 13 | 103 | 27 | 126 |
| Binary | 11100001 | 11100011 | 11010010 | 1 | 0 | 111 | 1011 | 1000011 | 10111 | 1010110 |
Color Harmonies of #E1E3D2
Complementary color
Monochromatic Colors of #E1E3D2
Black with #E1E3D2
Text Example
Text Example
White with #E1E3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E3D2; }
p { color: rgb(225,227,210); }
H1.HeaderClassName
{
color: #E1E3D2;
}
.AnyTagClassName
{
color: #E1E3D2;
}
</style>
background-color css
<style>
a { background-color: #E1E3D2; }
a { background-color: rgb(225,227,210); }
div.DivClassName
{
background-color: #E1E3D2;
}
.BgClassName
{
background-color: #E1E3D2;
}
</style>
border-color css
<style>
span { border-color: #E1E3D2; }
span { border-color: rgb(225,227,210); }
td.TdClassName
{
border-color: #E1E3D2;
}
.TagClassName
{
border-color: #E1E3D2;
}
</style>