Shades of Frost #E2E6CD
Tints of Frost #E2E6CD
RGB
CMYK
RGB Variations
Color information
#E2E6CD (or 0xE2E6CD) is known color: Frost. HEX triplet: E2, E6 and CD. RGB value is (226,230,205). Sum of RGB (Red+Green+Blue) = 226+230+205=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6CD is #1D1932. Grayscale: #E2E2E2. Windows color (decimal): -1906995 or 13493986. OLE color: 13493986.
HSL color Cylindrical-coordinate representation of color #E2E6CD: hue angle of 69.6º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2E6CD is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 226 | 230 | 205 | - |
CMYK | 0.02 | 0 | 0.11 | 0.10 |
HSL | 69.6º | 0.33% | 0.85% | - |
HSV(B) | 69.6º | 0.11% | 0.9% | - |
XYZ | 70.68 | 77.17 | 68.93 | - |
YUV | 225.95 | 116.17 | 128.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 230 | 205 | 0.02 | 0 | 0.11 | 0.10 | 69.6 | 0.33 | 0.85 |
Hex | E2 | E6 | CD | 2 | 0 | B | A | 46 | 21 | 55 |
Octal | 342 | 346 | 315 | 2 | 0 | 13 | 12 | 106 | 41 | 125 |
Binary | 11100010 | 11100110 | 11001101 | 10 | 0 | 1011 | 1010 | 1000110 | 100001 | 1010101 |
Color Harmonies of #E2E6CD
Complementary color
Monochromatic Colors of #E2E6CD
Black with #E2E6CD
Text Example
Text Example
White with #E2E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6CD; }
p { color: rgb(226,230,205); }
H1.HeaderClassName
{
color: #E2E6CD;
}
.AnyTagClassName
{
color: #E2E6CD;
}
</style>
background-color css
<style>
a { background-color: #E2E6CD; }
a { background-color: rgb(226,230,205); }
div.DivClassName
{
background-color: #E2E6CD;
}
.BgClassName
{
background-color: #E2E6CD;
}
</style>
border-color css
<style>
span { border-color: #E2E6CD; }
span { border-color: rgb(226,230,205); }
td.TdClassName
{
border-color: #E2E6CD;
}
.TagClassName
{
border-color: #E2E6CD;
}
</style>