Shades of Snow Flurry #EAFFC5
Tints of Snow Flurry #EAFFC5
RGB
CMYK
RGB Variations
Color information
#EAFFC5 (or 0xEAFFC5) is known color: Snow Flurry. HEX triplet: EA, FF and C5. RGB value is (234,255,197). Sum of RGB (Red+Green+Blue) = 234+255+197=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 197 (77.34% from 255 or 28.72% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC5 is #15003A. Grayscale: #F2F2F2. Windows color (decimal): -1376315 or 12976106. OLE color: 12976106.
HSL color Cylindrical-coordinate representation of color #EAFFC5: hue angle of 81.72º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAFFC5 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 197 | - |
| CMYK | 0.08 | 0 | 0.23 | 0 |
| HSL | 81.72º | 1% | 0.89% | - |
| HSV(B) | 81.72º | 0.23% | 1% | - |
| XYZ | 79.77 | 93.04 | 66.58 | - |
| YUV | 242.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 197 | 0.08 | 0 | 0.23 | 0 | 81.72 | 1 | 0.89 |
| Hex | EA | FF | C5 | 8 | 0 | 17 | 0 | 52 | 64 | 59 |
| Octal | 352 | 377 | 305 | 10 | 0 | 27 | 0 | 122 | 144 | 131 |
| Binary | 11101010 | 11111111 | 11000101 | 1000 | 0 | 10111 | 0 | 1010010 | 1100100 | 1011001 |
Color Harmonies of #EAFFC5
Complementary color
Monochromatic Colors of #EAFFC5
Black with #EAFFC5
Text Example
Text Example
White with #EAFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFC5; }
p { color: rgb(234,255,197); }
H1.HeaderClassName
{
color: #EAFFC5;
}
.AnyTagClassName
{
color: #EAFFC5;
}
</style>
background-color css
<style>
a { background-color: #EAFFC5; }
a { background-color: rgb(234,255,197); }
div.DivClassName
{
background-color: #EAFFC5;
}
.BgClassName
{
background-color: #EAFFC5;
}
</style>
border-color css
<style>
span { border-color: #EAFFC5; }
span { border-color: rgb(234,255,197); }
td.TdClassName
{
border-color: #EAFFC5;
}
.TagClassName
{
border-color: #EAFFC5;
}
</style>