Shades of Snow Flurry #EAF4C8
Tints of Snow Flurry #EAF4C8
RGB
CMYK
RGB Variations
Color information
#EAF4C8 (or 0xEAF4C8) is known color: Snow Flurry. HEX triplet: EA, F4 and C8. RGB value is (234,244,200). Sum of RGB (Red+Green+Blue) = 234+244+200=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 200 (78.52% from 255 or 29.50% from 678); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4C8 is #150B37. Grayscale: #ECECEC. Windows color (decimal): -1379128 or 13169898. OLE color: 13169898.
HSL color Cylindrical-coordinate representation of color #EAF4C8: hue angle of 73.64º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAF4C8 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 244 | 200 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.04 |
| HSL | 73.64º | 0.67% | 0.87% | - |
| HSV(B) | 73.64º | 0.18% | 0.96% | - |
| XYZ | 76.71 | 86.36 | 67.27 | - |
| YUV | 235.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 244 | 200 | 0.04 | 0 | 0.18 | 0.04 | 73.64 | 0.67 | 0.87 |
| Hex | EA | F4 | C8 | 4 | 0 | 12 | 4 | 4A | 43 | 57 |
| Octal | 352 | 364 | 310 | 4 | 0 | 22 | 4 | 112 | 103 | 127 |
| Binary | 11101010 | 11110100 | 11001000 | 100 | 0 | 10010 | 100 | 1001010 | 1000011 | 1010111 |
Color Harmonies of #EAF4C8
Complementary color
Monochromatic Colors of #EAF4C8
Black with #EAF4C8
Text Example
Text Example
White with #EAF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4C8; }
p { color: rgb(234,244,200); }
H1.HeaderClassName
{
color: #EAF4C8;
}
.AnyTagClassName
{
color: #EAF4C8;
}
</style>
background-color css
<style>
a { background-color: #EAF4C8; }
a { background-color: rgb(234,244,200); }
div.DivClassName
{
background-color: #EAF4C8;
}
.BgClassName
{
background-color: #EAF4C8;
}
</style>
border-color css
<style>
span { border-color: #EAF4C8; }
span { border-color: rgb(234,244,200); }
td.TdClassName
{
border-color: #EAF4C8;
}
.TagClassName
{
border-color: #EAF4C8;
}
</style>