Shades of Snow Flurry #EBFEC8
Tints of Snow Flurry #EBFEC8
RGB
CMYK
RGB Variations
Color information
#EBFEC8 (or 0xEBFEC8) is known color: Snow Flurry. HEX triplet: EB, FE and C8. RGB value is (235,254,200). Sum of RGB (Red+Green+Blue) = 235+254+200=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEC8 is #140137. Grayscale: #F2F2F2. Windows color (decimal): -1311032 or 13172459. OLE color: 13172459.
HSL color Cylindrical-coordinate representation of color #EBFEC8: hue angle of 81.11º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBFEC8 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 200 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.00 |
| HSL | 81.11º | 0.96% | 0.89% | - |
| HSV(B) | 81.11º | 0.21% | 1% | - |
| XYZ | 80.13 | 92.72 | 68.32 | - |
| YUV | 242.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 200 | 0.07 | 0 | 0.21 | 0.00 | 81.11 | 0.96 | 0.89 |
| Hex | EB | FE | C8 | 7 | 0 | 15 | 0 | 51 | 60 | 59 |
| Octal | 353 | 376 | 310 | 7 | 0 | 25 | 0 | 121 | 140 | 131 |
| Binary | 11101011 | 11111110 | 11001000 | 111 | 0 | 10101 | 0 | 1010001 | 1100000 | 1011001 |
Color Harmonies of #EBFEC8
Complementary color
Monochromatic Colors of #EBFEC8
Black with #EBFEC8
Text Example
Text Example
White with #EBFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEC8; }
p { color: rgb(235,254,200); }
H1.HeaderClassName
{
color: #EBFEC8;
}
.AnyTagClassName
{
color: #EBFEC8;
}
</style>
background-color css
<style>
a { background-color: #EBFEC8; }
a { background-color: rgb(235,254,200); }
div.DivClassName
{
background-color: #EBFEC8;
}
.BgClassName
{
background-color: #EBFEC8;
}
</style>
border-color css
<style>
span { border-color: #EBFEC8; }
span { border-color: rgb(235,254,200); }
td.TdClassName
{
border-color: #EBFEC8;
}
.TagClassName
{
border-color: #EBFEC8;
}
</style>