Shades of Frost #E6E8D1
Tints of Frost #E6E8D1
RGB
CMYK
RGB Variations
Color information
#E6E8D1 (or 0xE6E8D1) is known color: Frost. HEX triplet: E6, E8 and D1. RGB value is (230,232,209). Sum of RGB (Red+Green+Blue) = 230+232+209=671 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.28% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E8D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E8D1 is #19172E. Grayscale: #E4E4E4. Windows color (decimal): -1644335 or 13756646. OLE color: 13756646.
HSL color Cylindrical-coordinate representation of color #E6E8D1: hue angle of 65.22º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6E8D1 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 209 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.09 |
| HSL | 65.22º | 0.33% | 0.86% | - |
| HSV(B) | 65.22º | 0.1% | 0.91% | - |
| XYZ | 73 | 79.14 | 71.75 | - |
| YUV | 228.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 209 | 0.01 | 0 | 0.10 | 0.09 | 65.22 | 0.33 | 0.86 |
| Hex | E6 | E8 | D1 | 1 | 0 | A | 9 | 41 | 21 | 56 |
| Octal | 346 | 350 | 321 | 1 | 0 | 12 | 11 | 101 | 41 | 126 |
| Binary | 11100110 | 11101000 | 11010001 | 1 | 0 | 1010 | 1001 | 1000001 | 100001 | 1010110 |
Color Harmonies of #E6E8D1
Complementary color
Monochromatic Colors of #E6E8D1
Black with #E6E8D1
Text Example
Text Example
White with #E6E8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E8D1; }
p { color: rgb(230,232,209); }
H1.HeaderClassName
{
color: #E6E8D1;
}
.AnyTagClassName
{
color: #E6E8D1;
}
</style>
background-color css
<style>
a { background-color: #E6E8D1; }
a { background-color: rgb(230,232,209); }
div.DivClassName
{
background-color: #E6E8D1;
}
.BgClassName
{
background-color: #E6E8D1;
}
</style>
border-color css
<style>
span { border-color: #E6E8D1; }
span { border-color: rgb(230,232,209); }
td.TdClassName
{
border-color: #E6E8D1;
}
.TagClassName
{
border-color: #E6E8D1;
}
</style>