Shades of Snow Flurry #EAF8C1
Tints of Snow Flurry #EAF8C1
RGB
CMYK
RGB Variations
Color information
#EAF8C1 (or 0xEAF8C1) is known color: Snow Flurry. HEX triplet: EA, F8 and C1. RGB value is (234,248,193). Sum of RGB (Red+Green+Blue) = 234+248+193=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 193 (75.78% from 255 or 28.59% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8C1 is #15073E. Grayscale: #EDEDED. Windows color (decimal): -1378111 or 12712170. OLE color: 12712170.
HSL color Cylindrical-coordinate representation of color #EAF8C1: hue angle of 75.27º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAF8C1 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 248 | 193 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.03 |
| HSL | 75.27º | 0.8% | 0.86% | - |
| HSV(B) | 75.27º | 0.22% | 0.97% | - |
| XYZ | 77.12 | 88.48 | 63.47 | - |
| YUV | 237.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 193 | 0.06 | 0 | 0.22 | 0.03 | 75.27 | 0.8 | 0.86 |
| Hex | EA | F8 | C1 | 6 | 0 | 16 | 3 | 4B | 50 | 56 |
| Octal | 352 | 370 | 301 | 6 | 0 | 26 | 3 | 113 | 120 | 126 |
| Binary | 11101010 | 11111000 | 11000001 | 110 | 0 | 10110 | 11 | 1001011 | 1010000 | 1010110 |
Color Harmonies of #EAF8C1
Complementary color
Monochromatic Colors of #EAF8C1
Black with #EAF8C1
Text Example
Text Example
White with #EAF8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8C1; }
p { color: rgb(234,248,193); }
H1.HeaderClassName
{
color: #EAF8C1;
}
.AnyTagClassName
{
color: #EAF8C1;
}
</style>
background-color css
<style>
a { background-color: #EAF8C1; }
a { background-color: rgb(234,248,193); }
div.DivClassName
{
background-color: #EAF8C1;
}
.BgClassName
{
background-color: #EAF8C1;
}
</style>
border-color css
<style>
span { border-color: #EAF8C1; }
span { border-color: rgb(234,248,193); }
td.TdClassName
{
border-color: #EAF8C1;
}
.TagClassName
{
border-color: #EAF8C1;
}
</style>