Shades of Snow Flurry #EAFCC3
Tints of Snow Flurry #EAFCC3
RGB
CMYK
RGB Variations
Color information
#EAFCC3 (or 0xEAFCC3) is known color: Snow Flurry. HEX triplet: EA, FC and C3. RGB value is (234,252,195). Sum of RGB (Red+Green+Blue) = 234+252+195=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 195 (76.56% from 255 or 28.63% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCC3 is #15033C. Grayscale: #F0F0F0. Windows color (decimal): -1377085 or 12844266. OLE color: 12844266.
HSL color Cylindrical-coordinate representation of color #EAFCC3: hue angle of 78.95º degrees, saturation: 0.9, 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 #EAFCC3 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 252 | 195 | - |
CMYK | 0.07 | 0 | 0.23 | 0.01 |
HSL | 78.95º | 0.9% | 0.88% | - |
HSV(B) | 78.95º | 0.23% | 0.99% | - |
XYZ | 78.59 | 91.05 | 65.06 | - |
YUV | 240.12 | 102.54 | 123.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 252 | 195 | 0.07 | 0 | 0.23 | 0.01 | 78.95 | 0.9 | 0.88 |
Hex | EA | FC | C3 | 7 | 0 | 17 | 1 | 4F | 5A | 58 |
Octal | 352 | 374 | 303 | 7 | 0 | 27 | 1 | 117 | 132 | 130 |
Binary | 11101010 | 11111100 | 11000011 | 111 | 0 | 10111 | 1 | 1001111 | 1011010 | 1011000 |
Color Harmonies of #EAFCC3
Complementary color
Monochromatic Colors of #EAFCC3
Black with #EAFCC3
Text Example
Text Example
White with #EAFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCC3; }
p { color: rgb(234,252,195); }
H1.HeaderClassName
{
color: #EAFCC3;
}
.AnyTagClassName
{
color: #EAFCC3;
}
</style>
background-color css
<style>
a { background-color: #EAFCC3; }
a { background-color: rgb(234,252,195); }
div.DivClassName
{
background-color: #EAFCC3;
}
.BgClassName
{
background-color: #EAFCC3;
}
</style>
border-color css
<style>
span { border-color: #EAFCC3; }
span { border-color: rgb(234,252,195); }
td.TdClassName
{
border-color: #EAFCC3;
}
.TagClassName
{
border-color: #EAFCC3;
}
</style>