Shades of Snow Flurry #EAFDC4
Tints of Snow Flurry #EAFDC4
RGB
CMYK
RGB Variations
Color information
#EAFDC4 (or 0xEAFDC4) is known color: Snow Flurry. HEX triplet: EA, FD and C4. RGB value is (234,253,196). Sum of RGB (Red+Green+Blue) = 234+253+196=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 196 (76.95% from 255 or 28.70% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC4 is #15023B. Grayscale: #F1F1F1. Windows color (decimal): -1376828 or 12910058. OLE color: 12910058.
HSL color Cylindrical-coordinate representation of color #EAFDC4: hue angle of 80º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAFDC4 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 196 | - |
CMYK | 0.08 | 0 | 0.23 | 0.01 |
HSL | 80º | 0.93% | 0.88% | - |
HSV(B) | 80º | 0.23% | 0.99% | - |
XYZ | 79.02 | 91.73 | 65.77 | - |
YUV | 240.82 | 102.71 | 123.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 196 | 0.08 | 0 | 0.23 | 0.01 | 80 | 0.93 | 0.88 |
Hex | EA | FD | C4 | 8 | 0 | 17 | 1 | 50 | 5D | 58 |
Octal | 352 | 375 | 304 | 10 | 0 | 27 | 1 | 120 | 135 | 130 |
Binary | 11101010 | 11111101 | 11000100 | 1000 | 0 | 10111 | 1 | 1010000 | 1011101 | 1011000 |
Color Harmonies of #EAFDC4
Complementary color
Monochromatic Colors of #EAFDC4
Black with #EAFDC4
Text Example
Text Example
White with #EAFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDC4; }
p { color: rgb(234,253,196); }
H1.HeaderClassName
{
color: #EAFDC4;
}
.AnyTagClassName
{
color: #EAFDC4;
}
</style>
background-color css
<style>
a { background-color: #EAFDC4; }
a { background-color: rgb(234,253,196); }
div.DivClassName
{
background-color: #EAFDC4;
}
.BgClassName
{
background-color: #EAFDC4;
}
</style>
border-color css
<style>
span { border-color: #EAFDC4; }
span { border-color: rgb(234,253,196); }
td.TdClassName
{
border-color: #EAFDC4;
}
.TagClassName
{
border-color: #EAFDC4;
}
</style>