Shades of Snow Flurry #EBFDBC
Tints of Snow Flurry #EBFDBC
RGB
CMYK
RGB Variations
Color information
#EBFDBC (or 0xEBFDBC) is known color: Snow Flurry. HEX triplet: EB, FD and BC. RGB value is (235,253,188). Sum of RGB (Red+Green+Blue) = 235+253+188=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 188 (73.83% from 255 or 27.81% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDBC is #140243. Grayscale: #F0F0F0. Windows color (decimal): -1311300 or 12385771. OLE color: 12385771.
HSL color Cylindrical-coordinate representation of color #EBFDBC: hue angle of 76.62º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBFDBC is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 188 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.01 |
| HSL | 76.62º | 0.94% | 0.86% | - |
| HSV(B) | 76.62º | 0.26% | 0.99% | - |
| XYZ | 78.46 | 91.54 | 61.11 | - |
| YUV | 240.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 188 | 0.07 | 0 | 0.26 | 0.01 | 76.62 | 0.94 | 0.86 |
| Hex | EB | FD | BC | 7 | 0 | 1A | 1 | 4D | 5E | 56 |
| Octal | 353 | 375 | 274 | 7 | 0 | 32 | 1 | 115 | 136 | 126 |
| Binary | 11101011 | 11111101 | 10111100 | 111 | 0 | 11010 | 1 | 1001101 | 1011110 | 1010110 |
Color Harmonies of #EBFDBC
Complementary color
Monochromatic Colors of #EBFDBC
Black with #EBFDBC
Text Example
Text Example
White with #EBFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDBC; }
p { color: rgb(235,253,188); }
H1.HeaderClassName
{
color: #EBFDBC;
}
.AnyTagClassName
{
color: #EBFDBC;
}
</style>
background-color css
<style>
a { background-color: #EBFDBC; }
a { background-color: rgb(235,253,188); }
div.DivClassName
{
background-color: #EBFDBC;
}
.BgClassName
{
background-color: #EBFDBC;
}
</style>
border-color css
<style>
span { border-color: #EBFDBC; }
span { border-color: rgb(235,253,188); }
td.TdClassName
{
border-color: #EBFDBC;
}
.TagClassName
{
border-color: #EBFDBC;
}
</style>