Shades of Snow Flurry #EAFBC8
Tints of Snow Flurry #EAFBC8
RGB
CMYK
RGB Variations
Color information
#EAFBC8 (or 0xEAFBC8) is known color: Snow Flurry. HEX triplet: EA, FB and C8. RGB value is (234,251,200). Sum of RGB (Red+Green+Blue) = 234+251+200=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 200 (78.52% from 255 or 29.20% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBC8 is #150437. Grayscale: #F0F0F0. Windows color (decimal): -1377336 or 13171690. OLE color: 13171690.
HSL color Cylindrical-coordinate representation of color #EAFBC8: hue angle of 80º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAFBC8 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 200 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.02 |
| HSL | 80º | 0.86% | 0.88% | - |
| HSV(B) | 80º | 0.2% | 0.98% | - |
| XYZ | 78.85 | 90.66 | 67.99 | - |
| YUV | 240.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 200 | 0.07 | 0 | 0.20 | 0.02 | 80 | 0.86 | 0.88 |
| Hex | EA | FB | C8 | 7 | 0 | 14 | 2 | 50 | 56 | 58 |
| Octal | 352 | 373 | 310 | 7 | 0 | 24 | 2 | 120 | 126 | 130 |
| Binary | 11101010 | 11111011 | 11001000 | 111 | 0 | 10100 | 10 | 1010000 | 1010110 | 1011000 |
Color Harmonies of #EAFBC8
Complementary color
Monochromatic Colors of #EAFBC8
Black with #EAFBC8
Text Example
Text Example
White with #EAFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFBC8; }
p { color: rgb(234,251,200); }
H1.HeaderClassName
{
color: #EAFBC8;
}
.AnyTagClassName
{
color: #EAFBC8;
}
</style>
background-color css
<style>
a { background-color: #EAFBC8; }
a { background-color: rgb(234,251,200); }
div.DivClassName
{
background-color: #EAFBC8;
}
.BgClassName
{
background-color: #EAFBC8;
}
</style>
border-color css
<style>
span { border-color: #EAFBC8; }
span { border-color: rgb(234,251,200); }
td.TdClassName
{
border-color: #EAFBC8;
}
.TagClassName
{
border-color: #EAFBC8;
}
</style>