Shades of Snow Flurry #EAFFD0
Tints of Snow Flurry #EAFFD0
RGB
CMYK
RGB Variations
Color information
#EAFFD0 (or 0xEAFFD0) is known color: Snow Flurry. HEX triplet: EA, FF and D0. RGB value is (234,255,208). Sum of RGB (Red+Green+Blue) = 234+255+208=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFD0 is #15002F. Grayscale: #F3F3F3. Windows color (decimal): -1376304 or 13697002. OLE color: 13697002.
HSL color Cylindrical-coordinate representation of color #EAFFD0: hue angle of 86.81º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAFFD0 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 255 | 208 | - |
| CMYK | 0.08 | 0 | 0.18 | 0 |
| HSL | 86.81º | 1% | 0.91% | - |
| HSV(B) | 86.81º | 0.18% | 1% | - |
| XYZ | 81.08 | 93.57 | 73.46 | - |
| YUV | 243.36 | 108.04 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 255 | 208 | 0.08 | 0 | 0.18 | 0 | 86.81 | 1 | 0.91 |
| Hex | EA | FF | D0 | 8 | 0 | 12 | 0 | 57 | 64 | 5B |
| Octal | 352 | 377 | 320 | 10 | 0 | 22 | 0 | 127 | 144 | 133 |
| Binary | 11101010 | 11111111 | 11010000 | 1000 | 0 | 10010 | 0 | 1010111 | 1100100 | 1011011 |
Color Harmonies of #EAFFD0
Complementary color
Monochromatic Colors of #EAFFD0
Black with #EAFFD0
Text Example
Text Example
White with #EAFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFD0; }
p { color: rgb(234,255,208); }
H1.HeaderClassName
{
color: #EAFFD0;
}
.AnyTagClassName
{
color: #EAFFD0;
}
</style>
background-color css
<style>
a { background-color: #EAFFD0; }
a { background-color: rgb(234,255,208); }
div.DivClassName
{
background-color: #EAFFD0;
}
.BgClassName
{
background-color: #EAFFD0;
}
</style>
border-color css
<style>
span { border-color: #EAFFD0; }
span { border-color: rgb(234,255,208); }
td.TdClassName
{
border-color: #EAFFD0;
}
.TagClassName
{
border-color: #EAFFD0;
}
</style>