Shades of Frost #E6EACE
Tints of Frost #E6EACE
RGB
CMYK
RGB Variations
Color information
#E6EACE (or 0xE6EACE) is known color: Frost. HEX triplet: E6, EA and CE. RGB value is (230,234,206). Sum of RGB (Red+Green+Blue) = 230+234+206=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 206 (80.86% from 255 or 30.75% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EACE is #191531. Grayscale: #E5E5E5. Windows color (decimal): -1643826 or 13560550. OLE color: 13560550.
HSL color Cylindrical-coordinate representation of color #E6EACE: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6EACE is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 230 | 234 | 206 | - |
CMYK | 0.02 | 0 | 0.12 | 0.08 |
HSL | 68.57º | 0.4% | 0.86% | - |
HSV(B) | 68.57º | 0.12% | 0.92% | - |
XYZ | 73.2 | 80.12 | 70 | - |
YUV | 229.61 | 114.67 | 128.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 234 | 206 | 0.02 | 0 | 0.12 | 0.08 | 68.57 | 0.4 | 0.86 |
Hex | E6 | EA | CE | 2 | 0 | C | 8 | 45 | 28 | 56 |
Octal | 346 | 352 | 316 | 2 | 0 | 14 | 10 | 105 | 50 | 126 |
Binary | 11100110 | 11101010 | 11001110 | 10 | 0 | 1100 | 1000 | 1000101 | 101000 | 1010110 |
Color Harmonies of #E6EACE
Complementary color
Monochromatic Colors of #E6EACE
Black with #E6EACE
Text Example
Text Example
White with #E6EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EACE; }
p { color: rgb(230,234,206); }
H1.HeaderClassName
{
color: #E6EACE;
}
.AnyTagClassName
{
color: #E6EACE;
}
</style>
background-color css
<style>
a { background-color: #E6EACE; }
a { background-color: rgb(230,234,206); }
div.DivClassName
{
background-color: #E6EACE;
}
.BgClassName
{
background-color: #E6EACE;
}
</style>
border-color css
<style>
span { border-color: #E6EACE; }
span { border-color: rgb(230,234,206); }
td.TdClassName
{
border-color: #E6EACE;
}
.TagClassName
{
border-color: #E6EACE;
}
</style>