Shades of Snow Flurry #EAFDD1
Tints of Snow Flurry #EAFDD1
RGB
CMYK
RGB Variations
Color information
#EAFDD1 (or 0xEAFDD1) is known color: Snow Flurry. HEX triplet: EA, FD and D1. RGB value is (234,253,209). Sum of RGB (Red+Green+Blue) = 234+253+209=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 209 (82.03% from 255 or 30.03% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDD1 is #15022E. Grayscale: #F2F2F2. Windows color (decimal): -1376815 or 13762026. OLE color: 13762026.
HSL color Cylindrical-coordinate representation of color #EAFDD1: hue angle of 85.91º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAFDD1 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 209 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.01 |
| HSL | 85.91º | 0.92% | 0.91% | - |
| HSV(B) | 85.91º | 0.17% | 0.99% | - |
| XYZ | 80.57 | 92.35 | 73.9 | - |
| YUV | 242.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 209 | 0.08 | 0 | 0.17 | 0.01 | 85.91 | 0.92 | 0.91 |
| Hex | EA | FD | D1 | 8 | 0 | 11 | 1 | 56 | 5C | 5B |
| Octal | 352 | 375 | 321 | 10 | 0 | 21 | 1 | 126 | 134 | 133 |
| Binary | 11101010 | 11111101 | 11010001 | 1000 | 0 | 10001 | 1 | 1010110 | 1011100 | 1011011 |
Color Harmonies of #EAFDD1
Complementary color
Monochromatic Colors of #EAFDD1
Black with #EAFDD1
Text Example
Text Example
White with #EAFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDD1; }
p { color: rgb(234,253,209); }
H1.HeaderClassName
{
color: #EAFDD1;
}
.AnyTagClassName
{
color: #EAFDD1;
}
</style>
background-color css
<style>
a { background-color: #EAFDD1; }
a { background-color: rgb(234,253,209); }
div.DivClassName
{
background-color: #EAFDD1;
}
.BgClassName
{
background-color: #EAFDD1;
}
</style>
border-color css
<style>
span { border-color: #EAFDD1; }
span { border-color: rgb(234,253,209); }
td.TdClassName
{
border-color: #EAFDD1;
}
.TagClassName
{
border-color: #EAFDD1;
}
</style>