Shades of Snow Flurry #EAFFC4
Tints of Snow Flurry #EAFFC4
RGB
CMYK
RGB Variations
Color information
#EAFFC4 (or 0xEAFFC4) is known color: Snow Flurry. HEX triplet: EA, FF and C4. RGB value is (234,255,196). Sum of RGB (Red+Green+Blue) = 234+255+196=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 196 (76.95% from 255 or 28.61% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC4 is #15003B. Grayscale: #F2F2F2. Windows color (decimal): -1376316 or 12910570. OLE color: 12910570.
HSL color Cylindrical-coordinate representation of color #EAFFC4: hue angle of 81.36º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAFFC4 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 196 | - |
| CMYK | 0.08 | 0 | 0.23 | 0 |
| HSL | 81.36º | 1% | 0.88% | - |
| HSV(B) | 81.36º | 0.23% | 1% | - |
| XYZ | 79.66 | 93 | 65.98 | - |
| YUV | 242 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 196 | 0.08 | 0 | 0.23 | 0 | 81.36 | 1 | 0.88 |
| Hex | EA | FF | C4 | 8 | 0 | 17 | 0 | 51 | 64 | 58 |
| Octal | 352 | 377 | 304 | 10 | 0 | 27 | 0 | 121 | 144 | 130 |
| Binary | 11101010 | 11111111 | 11000100 | 1000 | 0 | 10111 | 0 | 1010001 | 1100100 | 1011000 |
Color Harmonies of #EAFFC4
Complementary color
Monochromatic Colors of #EAFFC4
Black with #EAFFC4
Text Example
Text Example
White with #EAFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFC4; }
p { color: rgb(234,255,196); }
H1.HeaderClassName
{
color: #EAFFC4;
}
.AnyTagClassName
{
color: #EAFFC4;
}
</style>
background-color css
<style>
a { background-color: #EAFFC4; }
a { background-color: rgb(234,255,196); }
div.DivClassName
{
background-color: #EAFFC4;
}
.BgClassName
{
background-color: #EAFFC4;
}
</style>
border-color css
<style>
span { border-color: #EAFFC4; }
span { border-color: rgb(234,255,196); }
td.TdClassName
{
border-color: #EAFFC4;
}
.TagClassName
{
border-color: #EAFFC4;
}
</style>