Shades of Snow Flurry #EBFFD1
Tints of Snow Flurry #EBFFD1
RGB
CMYK
RGB Variations
Color information
#EBFFD1 (or 0xEBFFD1) is known color: Snow Flurry. HEX triplet: EB, FF and D1. RGB value is (235,255,209). Sum of RGB (Red+Green+Blue) = 235+255+209=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 209 (82.03% from 255 or 29.90% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFD1 is #14002E. Grayscale: #F3F3F3. Windows color (decimal): -1310767 or 13762539. OLE color: 13762539.
HSL color Cylindrical-coordinate representation of color #EBFFD1: hue angle of 86.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBFFD1 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 209 | - |
| CMYK | 0.08 | 0 | 0.18 | 0 |
| HSL | 86.09º | 1% | 0.91% | - |
| HSV(B) | 86.09º | 0.18% | 1% | - |
| XYZ | 81.53 | 93.79 | 74.13 | - |
| YUV | 243.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 209 | 0.08 | 0 | 0.18 | 0 | 86.09 | 1 | 0.91 |
| Hex | EB | FF | D1 | 8 | 0 | 12 | 0 | 56 | 64 | 5B |
| Octal | 353 | 377 | 321 | 10 | 0 | 22 | 0 | 126 | 144 | 133 |
| Binary | 11101011 | 11111111 | 11010001 | 1000 | 0 | 10010 | 0 | 1010110 | 1100100 | 1011011 |
Color Harmonies of #EBFFD1
Complementary color
Monochromatic Colors of #EBFFD1
Black with #EBFFD1
Text Example
Text Example
White with #EBFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFD1; }
p { color: rgb(235,255,209); }
H1.HeaderClassName
{
color: #EBFFD1;
}
.AnyTagClassName
{
color: #EBFFD1;
}
</style>
background-color css
<style>
a { background-color: #EBFFD1; }
a { background-color: rgb(235,255,209); }
div.DivClassName
{
background-color: #EBFFD1;
}
.BgClassName
{
background-color: #EBFFD1;
}
</style>
border-color css
<style>
span { border-color: #EBFFD1; }
span { border-color: rgb(235,255,209); }
td.TdClassName
{
border-color: #EBFFD1;
}
.TagClassName
{
border-color: #EBFFD1;
}
</style>