Shades of Snow Flurry #EAFFC8
Tints of Snow Flurry #EAFFC8
RGB
CMYK
RGB Variations
Color information
#EAFFC8 (or 0xEAFFC8) is known color: Snow Flurry. HEX triplet: EA, FF and C8. RGB value is (234,255,200). Sum of RGB (Red+Green+Blue) = 234+255+200=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC8 is #150037. Grayscale: #F2F2F2. Windows color (decimal): -1376312 or 13172714. OLE color: 13172714.
HSL color Cylindrical-coordinate representation of color #EAFFC8: hue angle of 82.91º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAFFC8 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 200 | - |
| CMYK | 0.08 | 0 | 0.22 | 0 |
| HSL | 82.91º | 1% | 0.89% | - |
| HSV(B) | 82.91º | 0.22% | 1% | - |
| XYZ | 80.12 | 93.18 | 68.41 | - |
| YUV | 242.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 200 | 0.08 | 0 | 0.22 | 0 | 82.91 | 1 | 0.89 |
| Hex | EA | FF | C8 | 8 | 0 | 16 | 0 | 53 | 64 | 59 |
| Octal | 352 | 377 | 310 | 10 | 0 | 26 | 0 | 123 | 144 | 131 |
| Binary | 11101010 | 11111111 | 11001000 | 1000 | 0 | 10110 | 0 | 1010011 | 1100100 | 1011001 |
Color Harmonies of #EAFFC8
Complementary color
Monochromatic Colors of #EAFFC8
Black with #EAFFC8
Text Example
Text Example
White with #EAFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFC8; }
p { color: rgb(234,255,200); }
H1.HeaderClassName
{
color: #EAFFC8;
}
.AnyTagClassName
{
color: #EAFFC8;
}
</style>
background-color css
<style>
a { background-color: #EAFFC8; }
a { background-color: rgb(234,255,200); }
div.DivClassName
{
background-color: #EAFFC8;
}
.BgClassName
{
background-color: #EAFFC8;
}
</style>
border-color css
<style>
span { border-color: #EAFFC8; }
span { border-color: rgb(234,255,200); }
td.TdClassName
{
border-color: #EAFFC8;
}
.TagClassName
{
border-color: #EAFFC8;
}
</style>