Shades of Snow Flurry #EAFEB8
Tints of Snow Flurry #EAFEB8
RGB
CMYK
RGB Variations
Color information
#EAFEB8 (or 0xEAFEB8) is known color: Snow Flurry. HEX triplet: EA, FE and B8. RGB value is (234,254,184). Sum of RGB (Red+Green+Blue) = 234+254+184=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 184 (72.27% from 255 or 27.38% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEB8 is #150147. Grayscale: #F0F0F0. Windows color (decimal): -1376584 or 12123882. OLE color: 12123882.
HSL color Cylindrical-coordinate representation of color #EAFEB8: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAFEB8 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 184 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.00 |
| HSL | 77.14º | 0.97% | 0.86% | - |
| HSV(B) | 77.14º | 0.28% | 1% | - |
| XYZ | 78.03 | 91.84 | 58.96 | - |
| YUV | 240.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 184 | 0.08 | 0 | 0.28 | 0.00 | 77.14 | 0.97 | 0.86 |
| Hex | EA | FE | B8 | 8 | 0 | 1C | 0 | 4D | 61 | 56 |
| Octal | 352 | 376 | 270 | 10 | 0 | 34 | 0 | 115 | 141 | 126 |
| Binary | 11101010 | 11111110 | 10111000 | 1000 | 0 | 11100 | 0 | 1001101 | 1100001 | 1010110 |
Color Harmonies of #EAFEB8
Complementary color
Monochromatic Colors of #EAFEB8
Black with #EAFEB8
Text Example
Text Example
White with #EAFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEB8; }
p { color: rgb(234,254,184); }
H1.HeaderClassName
{
color: #EAFEB8;
}
.AnyTagClassName
{
color: #EAFEB8;
}
</style>
background-color css
<style>
a { background-color: #EAFEB8; }
a { background-color: rgb(234,254,184); }
div.DivClassName
{
background-color: #EAFEB8;
}
.BgClassName
{
background-color: #EAFEB8;
}
</style>
border-color css
<style>
span { border-color: #EAFEB8; }
span { border-color: rgb(234,254,184); }
td.TdClassName
{
border-color: #EAFEB8;
}
.TagClassName
{
border-color: #EAFEB8;
}
</style>