Shades of Snow Flurry #EAFBC1
Tints of Snow Flurry #EAFBC1
RGB
CMYK
RGB Variations
Color information
#EAFBC1 (or 0xEAFBC1) is known color: Snow Flurry. HEX triplet: EA, FB and C1. RGB value is (234,251,193). Sum of RGB (Red+Green+Blue) = 234+251+193=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 193 (75.78% from 255 or 28.47% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBC1 is #15043E. Grayscale: #EFEFEF. Windows color (decimal): -1377343 or 12712938. OLE color: 12712938.
HSL color Cylindrical-coordinate representation of color #EAFBC1: hue angle of 77.59º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAFBC1 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 193 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.02 |
| HSL | 77.59º | 0.88% | 0.87% | - |
| HSV(B) | 77.59º | 0.23% | 0.98% | - |
| XYZ | 78.05 | 90.34 | 63.77 | - |
| YUV | 239.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 193 | 0.07 | 0 | 0.23 | 0.02 | 77.59 | 0.88 | 0.87 |
| Hex | EA | FB | C1 | 7 | 0 | 17 | 2 | 4E | 58 | 57 |
| Octal | 352 | 373 | 301 | 7 | 0 | 27 | 2 | 116 | 130 | 127 |
| Binary | 11101010 | 11111011 | 11000001 | 111 | 0 | 10111 | 10 | 1001110 | 1011000 | 1010111 |
Color Harmonies of #EAFBC1
Complementary color
Monochromatic Colors of #EAFBC1
Black with #EAFBC1
Text Example
Text Example
White with #EAFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFBC1; }
p { color: rgb(234,251,193); }
H1.HeaderClassName
{
color: #EAFBC1;
}
.AnyTagClassName
{
color: #EAFBC1;
}
</style>
background-color css
<style>
a { background-color: #EAFBC1; }
a { background-color: rgb(234,251,193); }
div.DivClassName
{
background-color: #EAFBC1;
}
.BgClassName
{
background-color: #EAFBC1;
}
</style>
border-color css
<style>
span { border-color: #EAFBC1; }
span { border-color: rgb(234,251,193); }
td.TdClassName
{
border-color: #EAFBC1;
}
.TagClassName
{
border-color: #EAFBC1;
}
</style>