Shades of Snow Flurry #EAFECE
Tints of Snow Flurry #EAFECE
RGB
CMYK
RGB Variations
Color information
#EAFECE (or 0xEAFECE) is known color: Snow Flurry. HEX triplet: EA, FE and CE. RGB value is (234,254,206). Sum of RGB (Red+Green+Blue) = 234+254+206=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFECE is #150131. Grayscale: #F2F2F2. Windows color (decimal): -1376562 or 13565674. OLE color: 13565674.
HSL color Cylindrical-coordinate representation of color #EAFECE: hue angle of 85º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAFECE is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 234 | 254 | 206 | - |
CMYK | 0.08 | 0 | 0.19 | 0.00 |
HSL | 85º | 0.96% | 0.9% | - |
HSV(B) | 85º | 0.19% | 1% | - |
XYZ | 80.51 | 92.83 | 72.07 | - |
YUV | 242.55 | 107.37 | 121.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 254 | 206 | 0.08 | 0 | 0.19 | 0.00 | 85 | 0.96 | 0.9 |
Hex | EA | FE | CE | 8 | 0 | 13 | 0 | 55 | 60 | 5A |
Octal | 352 | 376 | 316 | 10 | 0 | 23 | 0 | 125 | 140 | 132 |
Binary | 11101010 | 11111110 | 11001110 | 1000 | 0 | 10011 | 0 | 1010101 | 1100000 | 1011010 |
Color Harmonies of #EAFECE
Complementary color
Monochromatic Colors of #EAFECE
Black with #EAFECE
Text Example
Text Example
White with #EAFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFECE; }
p { color: rgb(234,254,206); }
H1.HeaderClassName
{
color: #EAFECE;
}
.AnyTagClassName
{
color: #EAFECE;
}
</style>
background-color css
<style>
a { background-color: #EAFECE; }
a { background-color: rgb(234,254,206); }
div.DivClassName
{
background-color: #EAFECE;
}
.BgClassName
{
background-color: #EAFECE;
}
</style>
border-color css
<style>
span { border-color: #EAFECE; }
span { border-color: rgb(234,254,206); }
td.TdClassName
{
border-color: #EAFECE;
}
.TagClassName
{
border-color: #EAFECE;
}
</style>