Shades of Frost #E6E7D0
Tints of Frost #E6E7D0
RGB
CMYK
RGB Variations
Color information
#E6E7D0 (or 0xE6E7D0) is known color: Frost. HEX triplet: E6, E7 and D0. RGB value is (230,231,208). Sum of RGB (Red+Green+Blue) = 230+231+208=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E7D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E7D0 is #19182F. Grayscale: #E4E4E4. Windows color (decimal): -1644592 or 13690854. OLE color: 13690854.
HSL color Cylindrical-coordinate representation of color #E6E7D0: hue angle of 62.61º degrees, saturation: 0.32, 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 #E6E7D0 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 230 | 231 | 208 | - |
CMYK | 0.00 | 0 | 0.10 | 0.09 |
HSL | 62.61º | 0.32% | 0.86% | - |
HSV(B) | 62.61º | 0.1% | 0.91% | - |
XYZ | 72.59 | 78.53 | 71.01 | - |
YUV | 228.08 | 116.67 | 129.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 231 | 208 | 0.00 | 0 | 0.10 | 0.09 | 62.61 | 0.32 | 0.86 |
Hex | E6 | E7 | D0 | 0 | 0 | A | 9 | 3F | 20 | 56 |
Octal | 346 | 347 | 320 | 0 | 0 | 12 | 11 | 77 | 40 | 126 |
Binary | 11100110 | 11100111 | 11010000 | 0 | 0 | 1010 | 1001 | 111111 | 100000 | 1010110 |
Color Harmonies of #E6E7D0
Complementary color
Monochromatic Colors of #E6E7D0
Black with #E6E7D0
Text Example
Text Example
White with #E6E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7D0; }
p { color: rgb(230,231,208); }
H1.HeaderClassName
{
color: #E6E7D0;
}
.AnyTagClassName
{
color: #E6E7D0;
}
</style>
background-color css
<style>
a { background-color: #E6E7D0; }
a { background-color: rgb(230,231,208); }
div.DivClassName
{
background-color: #E6E7D0;
}
.BgClassName
{
background-color: #E6E7D0;
}
</style>
border-color css
<style>
span { border-color: #E6E7D0; }
span { border-color: rgb(230,231,208); }
td.TdClassName
{
border-color: #E6E7D0;
}
.TagClassName
{
border-color: #E6E7D0;
}
</style>