Shades of Snow Flurry #EAFECF
Tints of Snow Flurry #EAFECF
RGB
CMYK
RGB Variations
Color information
#EAFECF (or 0xEAFECF) is known color: Snow Flurry. HEX triplet: EA, FE and CF. RGB value is (234,254,207). Sum of RGB (Red+Green+Blue) = 234+254+207=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFECF is #150130. Grayscale: #F2F2F2. Windows color (decimal): -1376561 or 13631210. OLE color: 13631210.
HSL color Cylindrical-coordinate representation of color #EAFECF: hue angle of 85.53º 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 #EAFECF is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 254 | 207 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.00 |
| HSL | 85.53º | 0.96% | 0.9% | - |
| HSV(B) | 85.53º | 0.19% | 1% | - |
| XYZ | 80.64 | 92.88 | 72.71 | - |
| YUV | 242.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 254 | 207 | 0.08 | 0 | 0.19 | 0.00 | 85.53 | 0.96 | 0.9 |
| Hex | EA | FE | CF | 8 | 0 | 13 | 0 | 56 | 60 | 5A |
| Octal | 352 | 376 | 317 | 10 | 0 | 23 | 0 | 126 | 140 | 132 |
| Binary | 11101010 | 11111110 | 11001111 | 1000 | 0 | 10011 | 0 | 1010110 | 1100000 | 1011010 |
Color Harmonies of #EAFECF
Complementary color
Monochromatic Colors of #EAFECF
Black with #EAFECF
Text Example
Text Example
White with #EAFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFECF; }
p { color: rgb(234,254,207); }
H1.HeaderClassName
{
color: #EAFECF;
}
.AnyTagClassName
{
color: #EAFECF;
}
</style>
background-color css
<style>
a { background-color: #EAFECF; }
a { background-color: rgb(234,254,207); }
div.DivClassName
{
background-color: #EAFECF;
}
.BgClassName
{
background-color: #EAFECF;
}
</style>
border-color css
<style>
span { border-color: #EAFECF; }
span { border-color: rgb(234,254,207); }
td.TdClassName
{
border-color: #EAFECF;
}
.TagClassName
{
border-color: #EAFECF;
}
</style>