Shades of Frost #E6EABF
Tints of Frost #E6EABF
RGB
CMYK
RGB Variations
Color information
#E6EABF (or 0xE6EABF) is known color: Frost. HEX triplet: E6, EA and BF. RGB value is (230,234,191). Sum of RGB (Red+Green+Blue) = 230+234+191=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EABF is #191540. Grayscale: #E4E4E4. Windows color (decimal): -1643841 or 12577510. OLE color: 12577510.
HSL color Cylindrical-coordinate representation of color #E6EABF: hue angle of 65.58º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6EABF is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 191 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.08 |
| HSL | 65.58º | 0.51% | 0.83% | - |
| HSV(B) | 65.58º | 0.18% | 0.92% | - |
| XYZ | 71.46 | 79.43 | 60.86 | - |
| YUV | 227.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 191 | 0.02 | 0 | 0.18 | 0.08 | 65.58 | 0.51 | 0.83 |
| Hex | E6 | EA | BF | 2 | 0 | 12 | 8 | 42 | 33 | 53 |
| Octal | 346 | 352 | 277 | 2 | 0 | 22 | 10 | 102 | 63 | 123 |
| Binary | 11100110 | 11101010 | 10111111 | 10 | 0 | 10010 | 1000 | 1000010 | 110011 | 1010011 |
Color Harmonies of #E6EABF
Complementary color
Monochromatic Colors of #E6EABF
Black with #E6EABF
Text Example
Text Example
White with #E6EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EABF; }
p { color: rgb(230,234,191); }
H1.HeaderClassName
{
color: #E6EABF;
}
.AnyTagClassName
{
color: #E6EABF;
}
</style>
background-color css
<style>
a { background-color: #E6EABF; }
a { background-color: rgb(230,234,191); }
div.DivClassName
{
background-color: #E6EABF;
}
.BgClassName
{
background-color: #E6EABF;
}
</style>
border-color css
<style>
span { border-color: #E6EABF; }
span { border-color: rgb(230,234,191); }
td.TdClassName
{
border-color: #E6EABF;
}
.TagClassName
{
border-color: #E6EABF;
}
</style>