Shades of Snow Flurry #EAFEC3
Tints of Snow Flurry #EAFEC3
RGB
CMYK
RGB Variations
Color information
#EAFEC3 (or 0xEAFEC3) is known color: Snow Flurry. HEX triplet: EA, FE and C3. RGB value is (234,254,195). Sum of RGB (Red+Green+Blue) = 234+254+195=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 195 (76.56% from 255 or 28.55% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEC3 is #15013C. Grayscale: #F1F1F1. Windows color (decimal): -1376573 or 12844778. OLE color: 12844778.
HSL color Cylindrical-coordinate representation of color #EAFEC3: hue angle of 80.34º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAFEC3 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
RGB | 234 | 254 | 195 | - |
CMYK | 0.08 | 0 | 0.23 | 0.00 |
HSL | 80.34º | 0.97% | 0.88% | - |
HSV(B) | 80.34º | 0.23% | 1% | - |
XYZ | 79.22 | 92.32 | 65.27 | - |
YUV | 241.29 | 101.87 | 122.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 254 | 195 | 0.08 | 0 | 0.23 | 0.00 | 80.34 | 0.97 | 0.88 |
Hex | EA | FE | C3 | 8 | 0 | 17 | 0 | 50 | 61 | 58 |
Octal | 352 | 376 | 303 | 10 | 0 | 27 | 0 | 120 | 141 | 130 |
Binary | 11101010 | 11111110 | 11000011 | 1000 | 0 | 10111 | 0 | 1010000 | 1100001 | 1011000 |
Color Harmonies of #EAFEC3
Complementary color
Monochromatic Colors of #EAFEC3
Black with #EAFEC3
Text Example
Text Example
White with #EAFEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFEC3; }
p { color: rgb(234,254,195); }
H1.HeaderClassName
{
color: #EAFEC3;
}
.AnyTagClassName
{
color: #EAFEC3;
}
</style>
background-color css
<style>
a { background-color: #EAFEC3; }
a { background-color: rgb(234,254,195); }
div.DivClassName
{
background-color: #EAFEC3;
}
.BgClassName
{
background-color: #EAFEC3;
}
</style>
border-color css
<style>
span { border-color: #EAFEC3; }
span { border-color: rgb(234,254,195); }
td.TdClassName
{
border-color: #EAFEC3;
}
.TagClassName
{
border-color: #EAFEC3;
}
</style>