Shades of Snow Flurry #EBFFC9
Tints of Snow Flurry #EBFFC9
RGB
CMYK
RGB Variations
Color information
#EBFFC9 (or 0xEBFFC9) is known color: Snow Flurry. HEX triplet: EB, FF and C9. RGB value is (235,255,201). Sum of RGB (Red+Green+Blue) = 235+255+201=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 201 (78.91% from 255 or 29.09% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC9 is #140036. Grayscale: #F3F3F3. Windows color (decimal): -1310775 or 13238251. OLE color: 13238251.
HSL color Cylindrical-coordinate representation of color #EBFFC9: hue angle of 82.22º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBFFC9 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 201 | - |
| CMYK | 0.08 | 0 | 0.21 | 0 |
| HSL | 82.22º | 1% | 0.89% | - |
| HSV(B) | 82.22º | 0.21% | 1% | - |
| XYZ | 80.56 | 93.4 | 69.04 | - |
| YUV | 242.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 201 | 0.08 | 0 | 0.21 | 0 | 82.22 | 1 | 0.89 |
| Hex | EB | FF | C9 | 8 | 0 | 15 | 0 | 52 | 64 | 59 |
| Octal | 353 | 377 | 311 | 10 | 0 | 25 | 0 | 122 | 144 | 131 |
| Binary | 11101011 | 11111111 | 11001001 | 1000 | 0 | 10101 | 0 | 1010010 | 1100100 | 1011001 |
Color Harmonies of #EBFFC9
Complementary color
Monochromatic Colors of #EBFFC9
Black with #EBFFC9
Text Example
Text Example
White with #EBFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFC9; }
p { color: rgb(235,255,201); }
H1.HeaderClassName
{
color: #EBFFC9;
}
.AnyTagClassName
{
color: #EBFFC9;
}
</style>
background-color css
<style>
a { background-color: #EBFFC9; }
a { background-color: rgb(235,255,201); }
div.DivClassName
{
background-color: #EBFFC9;
}
.BgClassName
{
background-color: #EBFFC9;
}
</style>
border-color css
<style>
span { border-color: #EBFFC9; }
span { border-color: rgb(235,255,201); }
td.TdClassName
{
border-color: #EBFFC9;
}
.TagClassName
{
border-color: #EBFFC9;
}
</style>