Shades of Snow Flurry #EBFDB9
Tints of Snow Flurry #EBFDB9
RGB
CMYK
RGB Variations
Color information
#EBFDB9 (or 0xEBFDB9) is known color: Snow Flurry. HEX triplet: EB, FD and B9. RGB value is (235,253,185). Sum of RGB (Red+Green+Blue) = 235+253+185=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 185 (72.66% from 255 or 27.49% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDB9 is #140246. Grayscale: #F0F0F0. Windows color (decimal): -1311303 or 12189163. OLE color: 12189163.
HSL color Cylindrical-coordinate representation of color #EBFDB9: hue angle of 75.88º degrees, saturation: 0.94, 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 #EBFDB9 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 185 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.01 |
| HSL | 75.88º | 0.94% | 0.86% | - |
| HSV(B) | 75.88º | 0.27% | 0.99% | - |
| XYZ | 78.14 | 91.42 | 59.43 | - |
| YUV | 239.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 185 | 0.07 | 0 | 0.27 | 0.01 | 75.88 | 0.94 | 0.86 |
| Hex | EB | FD | B9 | 7 | 0 | 1B | 1 | 4C | 5E | 56 |
| Octal | 353 | 375 | 271 | 7 | 0 | 33 | 1 | 114 | 136 | 126 |
| Binary | 11101011 | 11111101 | 10111001 | 111 | 0 | 11011 | 1 | 1001100 | 1011110 | 1010110 |
Color Harmonies of #EBFDB9
Complementary color
Monochromatic Colors of #EBFDB9
Black with #EBFDB9
Text Example
Text Example
White with #EBFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDB9; }
p { color: rgb(235,253,185); }
H1.HeaderClassName
{
color: #EBFDB9;
}
.AnyTagClassName
{
color: #EBFDB9;
}
</style>
background-color css
<style>
a { background-color: #EBFDB9; }
a { background-color: rgb(235,253,185); }
div.DivClassName
{
background-color: #EBFDB9;
}
.BgClassName
{
background-color: #EBFDB9;
}
</style>
border-color css
<style>
span { border-color: #EBFDB9; }
span { border-color: rgb(235,253,185); }
td.TdClassName
{
border-color: #EBFDB9;
}
.TagClassName
{
border-color: #EBFDB9;
}
</style>