Shades of Snow Flurry #EBFFC4
Tints of Snow Flurry #EBFFC4
RGB
CMYK
RGB Variations
Color information
#EBFFC4 (or 0xEBFFC4) is known color: Snow Flurry. HEX triplet: EB, FF and C4. RGB value is (235,255,196). Sum of RGB (Red+Green+Blue) = 235+255+196=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC4 is #14003B. Grayscale: #F2F2F2. Windows color (decimal): -1310780 or 12910571. OLE color: 12910571.
HSL color Cylindrical-coordinate representation of color #EBFFC4: hue angle of 80.34º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBFFC4 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 196 | - |
| CMYK | 0.08 | 0 | 0.23 | 0 |
| HSL | 80.34º | 1% | 0.88% | - |
| HSV(B) | 80.34º | 0.23% | 1% | - |
| XYZ | 79.98 | 93.17 | 65.99 | - |
| YUV | 242.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 196 | 0.08 | 0 | 0.23 | 0 | 80.34 | 1 | 0.88 |
| Hex | EB | FF | C4 | 8 | 0 | 17 | 0 | 50 | 64 | 58 |
| Octal | 353 | 377 | 304 | 10 | 0 | 27 | 0 | 120 | 144 | 130 |
| Binary | 11101011 | 11111111 | 11000100 | 1000 | 0 | 10111 | 0 | 1010000 | 1100100 | 1011000 |
Color Harmonies of #EBFFC4
Complementary color
Monochromatic Colors of #EBFFC4
Black with #EBFFC4
Text Example
Text Example
White with #EBFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFC4; }
p { color: rgb(235,255,196); }
H1.HeaderClassName
{
color: #EBFFC4;
}
.AnyTagClassName
{
color: #EBFFC4;
}
</style>
background-color css
<style>
a { background-color: #EBFFC4; }
a { background-color: rgb(235,255,196); }
div.DivClassName
{
background-color: #EBFFC4;
}
.BgClassName
{
background-color: #EBFFC4;
}
</style>
border-color css
<style>
span { border-color: #EBFFC4; }
span { border-color: rgb(235,255,196); }
td.TdClassName
{
border-color: #EBFFC4;
}
.TagClassName
{
border-color: #EBFFC4;
}
</style>