Shades of Frost #E6EACA
Tints of Frost #E6EACA
RGB
CMYK
RGB Variations
Color information
#E6EACA (or 0xE6EACA) is known color: Frost. HEX triplet: E6, EA and CA. RGB value is (230,234,202). Sum of RGB (Red+Green+Blue) = 230+234+202=666 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.53% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EACA is #191535. Grayscale: #E5E5E5. Windows color (decimal): -1643830 or 13298406. OLE color: 13298406.
HSL color Cylindrical-coordinate representation of color #E6EACA: hue angle of 67.5º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6EACA is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 202 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.08 |
| HSL | 67.5º | 0.43% | 0.85% | - |
| HSV(B) | 67.5º | 0.14% | 0.92% | - |
| XYZ | 72.72 | 79.93 | 67.47 | - |
| YUV | 229.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 202 | 0.02 | 0 | 0.14 | 0.08 | 67.5 | 0.43 | 0.85 |
| Hex | E6 | EA | CA | 2 | 0 | E | 8 | 44 | 2B | 55 |
| Octal | 346 | 352 | 312 | 2 | 0 | 16 | 10 | 104 | 53 | 125 |
| Binary | 11100110 | 11101010 | 11001010 | 10 | 0 | 1110 | 1000 | 1000100 | 101011 | 1010101 |
Color Harmonies of #E6EACA
Complementary color
Monochromatic Colors of #E6EACA
Black with #E6EACA
Text Example
Text Example
White with #E6EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EACA; }
p { color: rgb(230,234,202); }
H1.HeaderClassName
{
color: #E6EACA;
}
.AnyTagClassName
{
color: #E6EACA;
}
</style>
background-color css
<style>
a { background-color: #E6EACA; }
a { background-color: rgb(230,234,202); }
div.DivClassName
{
background-color: #E6EACA;
}
.BgClassName
{
background-color: #E6EACA;
}
</style>
border-color css
<style>
span { border-color: #E6EACA; }
span { border-color: rgb(230,234,202); }
td.TdClassName
{
border-color: #E6EACA;
}
.TagClassName
{
border-color: #E6EACA;
}
</style>