Shades of Snow Flurry #EAFFCF
Tints of Snow Flurry #EAFFCF
RGB
CMYK
RGB Variations
Color information
#EAFFCF (or 0xEAFFCF) is known color: Snow Flurry. HEX triplet: EA, FF and CF. RGB value is (234,255,207). Sum of RGB (Red+Green+Blue) = 234+255+207=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFCF is #150030. Grayscale: #F3F3F3. Windows color (decimal): -1376305 or 13631466. OLE color: 13631466.
HSL color Cylindrical-coordinate representation of color #EAFFCF: hue angle of 86.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAFFCF is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 207 | - |
| CMYK | 0.08 | 0 | 0.19 | 0 |
| HSL | 86.25º | 1% | 0.91% | - |
| HSV(B) | 86.25º | 0.19% | 1% | - |
| XYZ | 80.95 | 93.52 | 72.82 | - |
| YUV | 243.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 207 | 0.08 | 0 | 0.19 | 0 | 86.25 | 1 | 0.91 |
| Hex | EA | FF | CF | 8 | 0 | 13 | 0 | 56 | 64 | 5B |
| Octal | 352 | 377 | 317 | 10 | 0 | 23 | 0 | 126 | 144 | 133 |
| Binary | 11101010 | 11111111 | 11001111 | 1000 | 0 | 10011 | 0 | 1010110 | 1100100 | 1011011 |
Color Harmonies of #EAFFCF
Complementary color
Monochromatic Colors of #EAFFCF
Black with #EAFFCF
Text Example
Text Example
White with #EAFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFCF; }
p { color: rgb(234,255,207); }
H1.HeaderClassName
{
color: #EAFFCF;
}
.AnyTagClassName
{
color: #EAFFCF;
}
</style>
background-color css
<style>
a { background-color: #EAFFCF; }
a { background-color: rgb(234,255,207); }
div.DivClassName
{
background-color: #EAFFCF;
}
.BgClassName
{
background-color: #EAFFCF;
}
</style>
border-color css
<style>
span { border-color: #EAFFCF; }
span { border-color: rgb(234,255,207); }
td.TdClassName
{
border-color: #EAFFCF;
}
.TagClassName
{
border-color: #EAFFCF;
}
</style>