Shades of Snow Flurry #EAFFC3
Tints of Snow Flurry #EAFFC3
RGB
CMYK
RGB Variations
Color information
#EAFFC3 (or 0xEAFFC3) is known color: Snow Flurry. HEX triplet: EA, FF and C3. RGB value is (234,255,195). Sum of RGB (Red+Green+Blue) = 234+255+195=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 195 (76.56% from 255 or 28.51% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC3 is #15003C. Grayscale: #F2F2F2. Windows color (decimal): -1376317 or 12845034. OLE color: 12845034.
HSL color Cylindrical-coordinate representation of color #EAFFC3: hue angle of 81º 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 #EAFFC3 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 195 | - |
| CMYK | 0.08 | 0 | 0.24 | 0 |
| HSL | 81º | 1% | 0.88% | - |
| HSV(B) | 81º | 0.24% | 1% | - |
| XYZ | 79.54 | 92.95 | 65.38 | - |
| YUV | 241.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 195 | 0.08 | 0 | 0.24 | 0 | 81 | 1 | 0.88 |
| Hex | EA | FF | C3 | 8 | 0 | 18 | 0 | 51 | 64 | 58 |
| Octal | 352 | 377 | 303 | 10 | 0 | 30 | 0 | 121 | 144 | 130 |
| Binary | 11101010 | 11111111 | 11000011 | 1000 | 0 | 11000 | 0 | 1010001 | 1100100 | 1011000 |
Color Harmonies of #EAFFC3
Complementary color
Monochromatic Colors of #EAFFC3
Black with #EAFFC3
Text Example
Text Example
White with #EAFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFC3; }
p { color: rgb(234,255,195); }
H1.HeaderClassName
{
color: #EAFFC3;
}
.AnyTagClassName
{
color: #EAFFC3;
}
</style>
background-color css
<style>
a { background-color: #EAFFC3; }
a { background-color: rgb(234,255,195); }
div.DivClassName
{
background-color: #EAFFC3;
}
.BgClassName
{
background-color: #EAFFC3;
}
</style>
border-color css
<style>
span { border-color: #EAFFC3; }
span { border-color: rgb(234,255,195); }
td.TdClassName
{
border-color: #EAFFC3;
}
.TagClassName
{
border-color: #EAFFC3;
}
</style>