Shades of Snow Flurry #EAFFC9
Tints of Snow Flurry #EAFFC9
RGB
CMYK
RGB Variations
Color information
#EAFFC9 (or 0xEAFFC9) is known color: Snow Flurry. HEX triplet: EA, FF and C9. RGB value is (234,255,201). Sum of RGB (Red+Green+Blue) = 234+255+201=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC9 is #150036. Grayscale: #F2F2F2. Windows color (decimal): -1376311 or 13238250. OLE color: 13238250.
HSL color Cylindrical-coordinate representation of color #EAFFC9: hue angle of 83.33º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAFFC9 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 201 | - |
| CMYK | 0.08 | 0 | 0.21 | 0 |
| HSL | 83.33º | 1% | 0.89% | - |
| HSV(B) | 83.33º | 0.21% | 1% | - |
| XYZ | 80.23 | 93.23 | 69.02 | - |
| YUV | 242.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 201 | 0.08 | 0 | 0.21 | 0 | 83.33 | 1 | 0.89 |
| Hex | EA | FF | C9 | 8 | 0 | 15 | 0 | 53 | 64 | 59 |
| Octal | 352 | 377 | 311 | 10 | 0 | 25 | 0 | 123 | 144 | 131 |
| Binary | 11101010 | 11111111 | 11001001 | 1000 | 0 | 10101 | 0 | 1010011 | 1100100 | 1011001 |
Color Harmonies of #EAFFC9
Complementary color
Monochromatic Colors of #EAFFC9
Black with #EAFFC9
Text Example
Text Example
White with #EAFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFC9; }
p { color: rgb(234,255,201); }
H1.HeaderClassName
{
color: #EAFFC9;
}
.AnyTagClassName
{
color: #EAFFC9;
}
</style>
background-color css
<style>
a { background-color: #EAFFC9; }
a { background-color: rgb(234,255,201); }
div.DivClassName
{
background-color: #EAFFC9;
}
.BgClassName
{
background-color: #EAFFC9;
}
</style>
border-color css
<style>
span { border-color: #EAFFC9; }
span { border-color: rgb(234,255,201); }
td.TdClassName
{
border-color: #EAFFC9;
}
.TagClassName
{
border-color: #EAFFC9;
}
</style>