Shades of Snow Flurry #EAFDC8
Tints of Snow Flurry #EAFDC8
RGB
CMYK
RGB Variations
Color information
#EAFDC8 (or 0xEAFDC8) is known color: Snow Flurry. HEX triplet: EA, FD and C8. RGB value is (234,253,200). Sum of RGB (Red+Green+Blue) = 234+253+200=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 200 (78.52% from 255 or 29.11% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC8 is #150237. Grayscale: #F1F1F1. Windows color (decimal): -1376824 or 13172202. OLE color: 13172202.
HSL color Cylindrical-coordinate representation of color #EAFDC8: hue angle of 81.51º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAFDC8 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 200 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.01 |
| HSL | 81.51º | 0.93% | 0.89% | - |
| HSV(B) | 81.51º | 0.21% | 0.99% | - |
| XYZ | 79.48 | 91.91 | 68.2 | - |
| YUV | 241.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 200 | 0.08 | 0 | 0.21 | 0.01 | 81.51 | 0.93 | 0.89 |
| Hex | EA | FD | C8 | 8 | 0 | 15 | 1 | 52 | 5D | 59 |
| Octal | 352 | 375 | 310 | 10 | 0 | 25 | 1 | 122 | 135 | 131 |
| Binary | 11101010 | 11111101 | 11001000 | 1000 | 0 | 10101 | 1 | 1010010 | 1011101 | 1011001 |
Color Harmonies of #EAFDC8
Complementary color
Monochromatic Colors of #EAFDC8
Black with #EAFDC8
Text Example
Text Example
White with #EAFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDC8; }
p { color: rgb(234,253,200); }
H1.HeaderClassName
{
color: #EAFDC8;
}
.AnyTagClassName
{
color: #EAFDC8;
}
</style>
background-color css
<style>
a { background-color: #EAFDC8; }
a { background-color: rgb(234,253,200); }
div.DivClassName
{
background-color: #EAFDC8;
}
.BgClassName
{
background-color: #EAFDC8;
}
</style>
border-color css
<style>
span { border-color: #EAFDC8; }
span { border-color: rgb(234,253,200); }
td.TdClassName
{
border-color: #EAFDC8;
}
.TagClassName
{
border-color: #EAFDC8;
}
</style>