Shades of Snow Flurry #EBFEC1
Tints of Snow Flurry #EBFEC1
RGB
CMYK
RGB Variations
Color information
#EBFEC1 (or 0xEBFEC1) is known color: Snow Flurry. HEX triplet: EB, FE and C1. RGB value is (235,254,193). Sum of RGB (Red+Green+Blue) = 235+254+193=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 193 (75.78% from 255 or 28.30% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEC1 is #14013E. Grayscale: #F1F1F1. Windows color (decimal): -1311039 or 12713707. OLE color: 12713707.
HSL color Cylindrical-coordinate representation of color #EBFEC1: hue angle of 78.69º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBFEC1 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 193 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.00 |
| HSL | 78.69º | 0.97% | 0.88% | - |
| HSV(B) | 78.69º | 0.24% | 1% | - |
| XYZ | 79.33 | 92.4 | 64.11 | - |
| YUV | 241.37 | 100.71 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 193 | 0.07 | 0 | 0.24 | 0.00 | 78.69 | 0.97 | 0.88 |
| Hex | EB | FE | C1 | 7 | 0 | 18 | 0 | 4F | 61 | 58 |
| Octal | 353 | 376 | 301 | 7 | 0 | 30 | 0 | 117 | 141 | 130 |
| Binary | 11101011 | 11111110 | 11000001 | 111 | 0 | 11000 | 0 | 1001111 | 1100001 | 1011000 |
Color Harmonies of #EBFEC1
Complementary color
Monochromatic Colors of #EBFEC1
Black with #EBFEC1
Text Example
Text Example
White with #EBFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEC1; }
p { color: rgb(235,254,193); }
H1.HeaderClassName
{
color: #EBFEC1;
}
.AnyTagClassName
{
color: #EBFEC1;
}
</style>
background-color css
<style>
a { background-color: #EBFEC1; }
a { background-color: rgb(235,254,193); }
div.DivClassName
{
background-color: #EBFEC1;
}
.BgClassName
{
background-color: #EBFEC1;
}
</style>
border-color css
<style>
span { border-color: #EBFEC1; }
span { border-color: rgb(235,254,193); }
td.TdClassName
{
border-color: #EBFEC1;
}
.TagClassName
{
border-color: #EBFEC1;
}
</style>