Shades of Snow Flurry #EBFDC0
Tints of Snow Flurry #EBFDC0
RGB
CMYK
RGB Variations
Color information
#EBFDC0 (or 0xEBFDC0) is known color: Snow Flurry. HEX triplet: EB, FD and C0. RGB value is (235,253,192). Sum of RGB (Red+Green+Blue) = 235+253+192=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDC0 is #14023F. Grayscale: #F0F0F0. Windows color (decimal): -1311296 or 12647915. OLE color: 12647915.
HSL color Cylindrical-coordinate representation of color #EBFDC0: hue angle of 77.7º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBFDC0 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 192 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.01 |
| HSL | 77.7º | 0.94% | 0.87% | - |
| HSV(B) | 77.7º | 0.24% | 0.99% | - |
| XYZ | 78.9 | 91.72 | 63.41 | - |
| YUV | 240.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 192 | 0.07 | 0 | 0.24 | 0.01 | 77.7 | 0.94 | 0.87 |
| Hex | EB | FD | C0 | 7 | 0 | 18 | 1 | 4E | 5E | 57 |
| Octal | 353 | 375 | 300 | 7 | 0 | 30 | 1 | 116 | 136 | 127 |
| Binary | 11101011 | 11111101 | 11000000 | 111 | 0 | 11000 | 1 | 1001110 | 1011110 | 1010111 |
Color Harmonies of #EBFDC0
Complementary color
Monochromatic Colors of #EBFDC0
Black with #EBFDC0
Text Example
Text Example
White with #EBFDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDC0; }
p { color: rgb(235,253,192); }
H1.HeaderClassName
{
color: #EBFDC0;
}
.AnyTagClassName
{
color: #EBFDC0;
}
</style>
background-color css
<style>
a { background-color: #EBFDC0; }
a { background-color: rgb(235,253,192); }
div.DivClassName
{
background-color: #EBFDC0;
}
.BgClassName
{
background-color: #EBFDC0;
}
</style>
border-color css
<style>
span { border-color: #EBFDC0; }
span { border-color: rgb(235,253,192); }
td.TdClassName
{
border-color: #EBFDC0;
}
.TagClassName
{
border-color: #EBFDC0;
}
</style>