Shades of Snow Flurry #EAFFC0
Tints of Snow Flurry #EAFFC0
RGB
CMYK
RGB Variations
Color information
#EAFFC0 (or 0xEAFFC0) is known color: Snow Flurry. HEX triplet: EA, FF and C0. RGB value is (234,255,192). Sum of RGB (Red+Green+Blue) = 234+255+192=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC0 is #15003F. Grayscale: #F1F1F1. Windows color (decimal): -1376320 or 12648426. OLE color: 12648426.
HSL color Cylindrical-coordinate representation of color #EAFFC0: hue angle of 80º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAFFC0 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 234 | 255 | 192 | - |
CMYK | 0.08 | 0 | 0.25 | 0 |
HSL | 80º | 1% | 0.88% | - |
HSV(B) | 80º | 0.25% | 1% | - |
XYZ | 79.21 | 92.82 | 63.61 | - |
YUV | 241.54 | 100.04 | 122.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 255 | 192 | 0.08 | 0 | 0.25 | 0 | 80 | 1 | 0.88 |
Hex | EA | FF | C0 | 8 | 0 | 19 | 0 | 50 | 64 | 58 |
Octal | 352 | 377 | 300 | 10 | 0 | 31 | 0 | 120 | 144 | 130 |
Binary | 11101010 | 11111111 | 11000000 | 1000 | 0 | 11001 | 0 | 1010000 | 1100100 | 1011000 |
Color Harmonies of #EAFFC0
Complementary color
Monochromatic Colors of #EAFFC0
Black with #EAFFC0
Text Example
Text Example
White with #EAFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFC0; }
p { color: rgb(234,255,192); }
H1.HeaderClassName
{
color: #EAFFC0;
}
.AnyTagClassName
{
color: #EAFFC0;
}
</style>
background-color css
<style>
a { background-color: #EAFFC0; }
a { background-color: rgb(234,255,192); }
div.DivClassName
{
background-color: #EAFFC0;
}
.BgClassName
{
background-color: #EAFFC0;
}
</style>
border-color css
<style>
span { border-color: #EAFFC0; }
span { border-color: rgb(234,255,192); }
td.TdClassName
{
border-color: #EAFFC0;
}
.TagClassName
{
border-color: #EAFFC0;
}
</style>