Shades of Snow Flurry #EAF8BF
Tints of Snow Flurry #EAF8BF
RGB
CMYK
RGB Variations
Color information
#EAF8BF (or 0xEAF8BF) is known color: Snow Flurry. HEX triplet: EA, F8 and BF. RGB value is (234,248,191). Sum of RGB (Red+Green+Blue) = 234+248+191=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 191 (75% from 255 or 28.38% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8BF is #150740. Grayscale: #EDEDED. Windows color (decimal): -1378113 or 12581098. OLE color: 12581098.
HSL color Cylindrical-coordinate representation of color #EAF8BF: hue angle of 74.74º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF8BF is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 191 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.03 |
| HSL | 74.74º | 0.8% | 0.86% | - |
| HSV(B) | 74.74º | 0.23% | 0.97% | - |
| XYZ | 76.9 | 88.39 | 62.3 | - |
| YUV | 237.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 191 | 0.06 | 0 | 0.23 | 0.03 | 74.74 | 0.8 | 0.86 |
| Hex | EA | F8 | BF | 6 | 0 | 17 | 3 | 4B | 50 | 56 |
| Octal | 352 | 370 | 277 | 6 | 0 | 27 | 3 | 113 | 120 | 126 |
| Binary | 11101010 | 11111000 | 10111111 | 110 | 0 | 10111 | 11 | 1001011 | 1010000 | 1010110 |
Color Harmonies of #EAF8BF
Complementary color
Monochromatic Colors of #EAF8BF
Black with #EAF8BF
Text Example
Text Example
White with #EAF8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8BF; }
p { color: rgb(234,248,191); }
H1.HeaderClassName
{
color: #EAF8BF;
}
.AnyTagClassName
{
color: #EAF8BF;
}
</style>
background-color css
<style>
a { background-color: #EAF8BF; }
a { background-color: rgb(234,248,191); }
div.DivClassName
{
background-color: #EAF8BF;
}
.BgClassName
{
background-color: #EAF8BF;
}
</style>
border-color css
<style>
span { border-color: #EAF8BF; }
span { border-color: rgb(234,248,191); }
td.TdClassName
{
border-color: #EAF8BF;
}
.TagClassName
{
border-color: #EAF8BF;
}
</style>