Shades of Snow Flurry #EAFDBB
Tints of Snow Flurry #EAFDBB
RGB
CMYK
RGB Variations
Color information
#EAFDBB (or 0xEAFDBB) is known color: Snow Flurry. HEX triplet: EA, FD and BB. RGB value is (234,253,187). Sum of RGB (Red+Green+Blue) = 234+253+187=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 187 (73.44% from 255 or 27.74% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDBB is #150244. Grayscale: #F0F0F0. Windows color (decimal): -1376837 or 12320234. OLE color: 12320234.
HSL color Cylindrical-coordinate representation of color #EAFDBB: hue angle of 77.27º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAFDBB is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 187 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.01 |
| HSL | 77.27º | 0.94% | 0.86% | - |
| HSV(B) | 77.27º | 0.26% | 0.99% | - |
| XYZ | 78.03 | 91.33 | 60.53 | - |
| YUV | 239.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 187 | 0.08 | 0 | 0.26 | 0.01 | 77.27 | 0.94 | 0.86 |
| Hex | EA | FD | BB | 8 | 0 | 1A | 1 | 4D | 5E | 56 |
| Octal | 352 | 375 | 273 | 10 | 0 | 32 | 1 | 115 | 136 | 126 |
| Binary | 11101010 | 11111101 | 10111011 | 1000 | 0 | 11010 | 1 | 1001101 | 1011110 | 1010110 |
Color Harmonies of #EAFDBB
Complementary color
Monochromatic Colors of #EAFDBB
Black with #EAFDBB
Text Example
Text Example
White with #EAFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDBB; }
p { color: rgb(234,253,187); }
H1.HeaderClassName
{
color: #EAFDBB;
}
.AnyTagClassName
{
color: #EAFDBB;
}
</style>
background-color css
<style>
a { background-color: #EAFDBB; }
a { background-color: rgb(234,253,187); }
div.DivClassName
{
background-color: #EAFDBB;
}
.BgClassName
{
background-color: #EAFDBB;
}
</style>
border-color css
<style>
span { border-color: #EAFDBB; }
span { border-color: rgb(234,253,187); }
td.TdClassName
{
border-color: #EAFDBB;
}
.TagClassName
{
border-color: #EAFDBB;
}
</style>