Shades of Snow Flurry #EAFFC2
Tints of Snow Flurry #EAFFC2
RGB
CMYK
RGB Variations
Color information
#EAFFC2 (or 0xEAFFC2) is known color: Snow Flurry. HEX triplet: EA, FF and C2. RGB value is (234,255,194). Sum of RGB (Red+Green+Blue) = 234+255+194=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC2 is #15003D. Grayscale: #F1F1F1. Windows color (decimal): -1376318 or 12779498. OLE color: 12779498.
HSL color Cylindrical-coordinate representation of color #EAFFC2: hue angle of 80.66º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAFFC2 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 194 | - |
| CMYK | 0.08 | 0 | 0.24 | 0 |
| HSL | 80.66º | 1% | 0.88% | - |
| HSV(B) | 80.66º | 0.24% | 1% | - |
| XYZ | 79.43 | 92.91 | 64.79 | - |
| YUV | 241.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 194 | 0.08 | 0 | 0.24 | 0 | 80.66 | 1 | 0.88 |
| Hex | EA | FF | C2 | 8 | 0 | 18 | 0 | 51 | 64 | 58 |
| Octal | 352 | 377 | 302 | 10 | 0 | 30 | 0 | 121 | 144 | 130 |
| Binary | 11101010 | 11111111 | 11000010 | 1000 | 0 | 11000 | 0 | 1010001 | 1100100 | 1011000 |
Color Harmonies of #EAFFC2
Complementary color
Monochromatic Colors of #EAFFC2
Black with #EAFFC2
Text Example
Text Example
White with #EAFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFC2; }
p { color: rgb(234,255,194); }
H1.HeaderClassName
{
color: #EAFFC2;
}
.AnyTagClassName
{
color: #EAFFC2;
}
</style>
background-color css
<style>
a { background-color: #EAFFC2; }
a { background-color: rgb(234,255,194); }
div.DivClassName
{
background-color: #EAFFC2;
}
.BgClassName
{
background-color: #EAFFC2;
}
</style>
border-color css
<style>
span { border-color: #EAFFC2; }
span { border-color: rgb(234,255,194); }
td.TdClassName
{
border-color: #EAFFC2;
}
.TagClassName
{
border-color: #EAFFC2;
}
</style>