Shades of Snow Flurry #EBFDC2
Tints of Snow Flurry #EBFDC2
RGB
CMYK
RGB Variations
Color information
#EBFDC2 (or 0xEBFDC2) is known color: Snow Flurry. HEX triplet: EB, FD and C2. RGB value is (235,253,194). Sum of RGB (Red+Green+Blue) = 235+253+194=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 194 (76.17% from 255 or 28.45% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDC2 is #14023D. Grayscale: #F1F1F1. Windows color (decimal): -1311294 or 12778987. OLE color: 12778987.
HSL color Cylindrical-coordinate representation of color #EBFDC2: hue angle of 78.31º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBFDC2 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 194 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.01 |
| HSL | 78.31º | 0.94% | 0.88% | - |
| HSV(B) | 78.31º | 0.23% | 0.99% | - |
| XYZ | 79.12 | 91.81 | 64.59 | - |
| YUV | 240.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 194 | 0.07 | 0 | 0.23 | 0.01 | 78.31 | 0.94 | 0.88 |
| Hex | EB | FD | C2 | 7 | 0 | 17 | 1 | 4E | 5E | 58 |
| Octal | 353 | 375 | 302 | 7 | 0 | 27 | 1 | 116 | 136 | 130 |
| Binary | 11101011 | 11111101 | 11000010 | 111 | 0 | 10111 | 1 | 1001110 | 1011110 | 1011000 |
Color Harmonies of #EBFDC2
Complementary color
Monochromatic Colors of #EBFDC2
Black with #EBFDC2
Text Example
Text Example
White with #EBFDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDC2; }
p { color: rgb(235,253,194); }
H1.HeaderClassName
{
color: #EBFDC2;
}
.AnyTagClassName
{
color: #EBFDC2;
}
</style>
background-color css
<style>
a { background-color: #EBFDC2; }
a { background-color: rgb(235,253,194); }
div.DivClassName
{
background-color: #EBFDC2;
}
.BgClassName
{
background-color: #EBFDC2;
}
</style>
border-color css
<style>
span { border-color: #EBFDC2; }
span { border-color: rgb(235,253,194); }
td.TdClassName
{
border-color: #EBFDC2;
}
.TagClassName
{
border-color: #EBFDC2;
}
</style>