Shades of Snow Flurry #EAFDC5
Tints of Snow Flurry #EAFDC5
RGB
CMYK
RGB Variations
Color information
#EAFDC5 (or 0xEAFDC5) is known color: Snow Flurry. HEX triplet: EA, FD and C5. RGB value is (234,253,197). Sum of RGB (Red+Green+Blue) = 234+253+197=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 197 (77.34% from 255 or 28.80% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC5 is #15023A. Grayscale: #F1F1F1. Windows color (decimal): -1376827 or 12975594. OLE color: 12975594.
HSL color Cylindrical-coordinate representation of color #EAFDC5: hue angle of 80.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAFDC5 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 197 | - |
CMYK | 0.08 | 0 | 0.22 | 0.01 |
HSL | 80.36º | 0.93% | 0.88% | - |
HSV(B) | 80.36º | 0.22% | 0.99% | - |
XYZ | 79.14 | 91.77 | 66.37 | - |
YUV | 240.94 | 103.21 | 123.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 197 | 0.08 | 0 | 0.22 | 0.01 | 80.36 | 0.93 | 0.88 |
Hex | EA | FD | C5 | 8 | 0 | 16 | 1 | 50 | 5D | 58 |
Octal | 352 | 375 | 305 | 10 | 0 | 26 | 1 | 120 | 135 | 130 |
Binary | 11101010 | 11111101 | 11000101 | 1000 | 0 | 10110 | 1 | 1010000 | 1011101 | 1011000 |
Color Harmonies of #EAFDC5
Complementary color
Monochromatic Colors of #EAFDC5
Black with #EAFDC5
Text Example
Text Example
White with #EAFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDC5; }
p { color: rgb(234,253,197); }
H1.HeaderClassName
{
color: #EAFDC5;
}
.AnyTagClassName
{
color: #EAFDC5;
}
</style>
background-color css
<style>
a { background-color: #EAFDC5; }
a { background-color: rgb(234,253,197); }
div.DivClassName
{
background-color: #EAFDC5;
}
.BgClassName
{
background-color: #EAFDC5;
}
</style>
border-color css
<style>
span { border-color: #EAFDC5; }
span { border-color: rgb(234,253,197); }
td.TdClassName
{
border-color: #EAFDC5;
}
.TagClassName
{
border-color: #EAFDC5;
}
</style>