Shades of Snow Flurry #EBFFC7
Tints of Snow Flurry #EBFFC7
RGB
CMYK
RGB Variations
Color information
#EBFFC7 (or 0xEBFFC7) is known color: Snow Flurry. HEX triplet: EB, FF and C7. RGB value is (235,255,199). Sum of RGB (Red+Green+Blue) = 235+255+199=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 199 (78.12% from 255 or 28.88% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC7 is #140038. Grayscale: #F2F2F2. Windows color (decimal): -1310777 or 13107179. OLE color: 13107179.
HSL color Cylindrical-coordinate representation of color #EBFFC7: hue angle of 81.43º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBFFC7 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 199 | - |
| CMYK | 0.08 | 0 | 0.22 | 0 |
| HSL | 81.43º | 1% | 0.89% | - |
| HSV(B) | 81.43º | 0.22% | 1% | - |
| XYZ | 80.33 | 93.31 | 67.81 | - |
| YUV | 242.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 199 | 0.08 | 0 | 0.22 | 0 | 81.43 | 1 | 0.89 |
| Hex | EB | FF | C7 | 8 | 0 | 16 | 0 | 51 | 64 | 59 |
| Octal | 353 | 377 | 307 | 10 | 0 | 26 | 0 | 121 | 144 | 131 |
| Binary | 11101011 | 11111111 | 11000111 | 1000 | 0 | 10110 | 0 | 1010001 | 1100100 | 1011001 |
Color Harmonies of #EBFFC7
Complementary color
Monochromatic Colors of #EBFFC7
Black with #EBFFC7
Text Example
Text Example
White with #EBFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFC7; }
p { color: rgb(235,255,199); }
H1.HeaderClassName
{
color: #EBFFC7;
}
.AnyTagClassName
{
color: #EBFFC7;
}
</style>
background-color css
<style>
a { background-color: #EBFFC7; }
a { background-color: rgb(235,255,199); }
div.DivClassName
{
background-color: #EBFFC7;
}
.BgClassName
{
background-color: #EBFFC7;
}
</style>
border-color css
<style>
span { border-color: #EBFFC7; }
span { border-color: rgb(235,255,199); }
td.TdClassName
{
border-color: #EBFFC7;
}
.TagClassName
{
border-color: #EBFFC7;
}
</style>