Shades of Snow Flurry #EAFDB8
Tints of Snow Flurry #EAFDB8
RGB
CMYK
RGB Variations
Color information
#EAFDB8 (or 0xEAFDB8) is known color: Snow Flurry. HEX triplet: EA, FD and B8. RGB value is (234,253,184). Sum of RGB (Red+Green+Blue) = 234+253+184=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 184 (72.27% from 255 or 27.42% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDB8 is #150247. Grayscale: #EFEFEF. Windows color (decimal): -1376840 or 12123626. OLE color: 12123626.
HSL color Cylindrical-coordinate representation of color #EAFDB8: hue angle of 76.52º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAFDB8 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 253 | 184 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.01 |
| HSL | 76.52º | 0.95% | 0.86% | - |
| HSV(B) | 76.52º | 0.27% | 0.99% | - |
| XYZ | 77.71 | 91.2 | 58.86 | - |
| YUV | 239.45 | 96.71 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 253 | 184 | 0.08 | 0 | 0.27 | 0.01 | 76.52 | 0.95 | 0.86 |
| Hex | EA | FD | B8 | 8 | 0 | 1B | 1 | 4D | 5F | 56 |
| Octal | 352 | 375 | 270 | 10 | 0 | 33 | 1 | 115 | 137 | 126 |
| Binary | 11101010 | 11111101 | 10111000 | 1000 | 0 | 11011 | 1 | 1001101 | 1011111 | 1010110 |
Color Harmonies of #EAFDB8
Complementary color
Monochromatic Colors of #EAFDB8
Black with #EAFDB8
Text Example
Text Example
White with #EAFDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDB8; }
p { color: rgb(234,253,184); }
H1.HeaderClassName
{
color: #EAFDB8;
}
.AnyTagClassName
{
color: #EAFDB8;
}
</style>
background-color css
<style>
a { background-color: #EAFDB8; }
a { background-color: rgb(234,253,184); }
div.DivClassName
{
background-color: #EAFDB8;
}
.BgClassName
{
background-color: #EAFDB8;
}
</style>
border-color css
<style>
span { border-color: #EAFDB8; }
span { border-color: rgb(234,253,184); }
td.TdClassName
{
border-color: #EAFDB8;
}
.TagClassName
{
border-color: #EAFDB8;
}
</style>