Shades of Snow Flurry #EBFFC2
Tints of Snow Flurry #EBFFC2
RGB
CMYK
RGB Variations
Color information
#EBFFC2 (or 0xEBFFC2) is known color: Snow Flurry. HEX triplet: EB, FF and C2. RGB value is (235,255,194). Sum of RGB (Red+Green+Blue) = 235+255+194=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC2 is #14003D. Grayscale: #F2F2F2. Windows color (decimal): -1310782 or 12779499. OLE color: 12779499.
HSL color Cylindrical-coordinate representation of color #EBFFC2: hue angle of 79.67º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBFFC2 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 194 | - |
| CMYK | 0.08 | 0 | 0.24 | 0 |
| HSL | 79.67º | 1% | 0.88% | - |
| HSV(B) | 79.67º | 0.24% | 1% | - |
| XYZ | 79.76 | 93.08 | 64.8 | - |
| YUV | 242.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 194 | 0.08 | 0 | 0.24 | 0 | 79.67 | 1 | 0.88 |
| Hex | EB | FF | C2 | 8 | 0 | 18 | 0 | 50 | 64 | 58 |
| Octal | 353 | 377 | 302 | 10 | 0 | 30 | 0 | 120 | 144 | 130 |
| Binary | 11101011 | 11111111 | 11000010 | 1000 | 0 | 11000 | 0 | 1010000 | 1100100 | 1011000 |
Color Harmonies of #EBFFC2
Complementary color
Monochromatic Colors of #EBFFC2
Black with #EBFFC2
Text Example
Text Example
White with #EBFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFC2; }
p { color: rgb(235,255,194); }
H1.HeaderClassName
{
color: #EBFFC2;
}
.AnyTagClassName
{
color: #EBFFC2;
}
</style>
background-color css
<style>
a { background-color: #EBFFC2; }
a { background-color: rgb(235,255,194); }
div.DivClassName
{
background-color: #EBFFC2;
}
.BgClassName
{
background-color: #EBFFC2;
}
</style>
border-color css
<style>
span { border-color: #EBFFC2; }
span { border-color: rgb(235,255,194); }
td.TdClassName
{
border-color: #EBFFC2;
}
.TagClassName
{
border-color: #EBFFC2;
}
</style>