Shades of Frost #E6E8D0
Tints of Frost #E6E8D0
RGB
CMYK
RGB Variations
Color information
#E6E8D0 (or 0xE6E8D0) is known color: Frost. HEX triplet: E6, E8 and D0. RGB value is (230,232,208). Sum of RGB (Red+Green+Blue) = 230+232+208=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E8D0 is #19172F. Grayscale: #E4E4E4. Windows color (decimal): -1644336 or 13691110. OLE color: 13691110.
HSL color Cylindrical-coordinate representation of color #E6E8D0: hue angle of 65º degrees, saturation: 0.34, 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 #E6E8D0 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 230 | 232 | 208 | - |
CMYK | 0.01 | 0 | 0.10 | 0.09 |
HSL | 65º | 0.34% | 0.86% | - |
HSV(B) | 65º | 0.1% | 0.91% | - |
XYZ | 72.87 | 79.09 | 71.1 | - |
YUV | 228.67 | 116.34 | 128.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 232 | 208 | 0.01 | 0 | 0.10 | 0.09 | 65 | 0.34 | 0.86 |
Hex | E6 | E8 | D0 | 1 | 0 | A | 9 | 41 | 22 | 56 |
Octal | 346 | 350 | 320 | 1 | 0 | 12 | 11 | 101 | 42 | 126 |
Binary | 11100110 | 11101000 | 11010000 | 1 | 0 | 1010 | 1001 | 1000001 | 100010 | 1010110 |
Color Harmonies of #E6E8D0
Complementary color
Monochromatic Colors of #E6E8D0
Black with #E6E8D0
Text Example
Text Example
White with #E6E8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E8D0; }
p { color: rgb(230,232,208); }
H1.HeaderClassName
{
color: #E6E8D0;
}
.AnyTagClassName
{
color: #E6E8D0;
}
</style>
background-color css
<style>
a { background-color: #E6E8D0; }
a { background-color: rgb(230,232,208); }
div.DivClassName
{
background-color: #E6E8D0;
}
.BgClassName
{
background-color: #E6E8D0;
}
</style>
border-color css
<style>
span { border-color: #E6E8D0; }
span { border-color: rgb(230,232,208); }
td.TdClassName
{
border-color: #E6E8D0;
}
.TagClassName
{
border-color: #E6E8D0;
}
</style>