Shades of Snow Flurry #EBF9D1
Tints of Snow Flurry #EBF9D1
RGB
CMYK
RGB Variations
Color information
#EBF9D1 (or 0xEBF9D1) is known color: Snow Flurry. HEX triplet: EB, F9 and D1. RGB value is (235,249,209). Sum of RGB (Red+Green+Blue) = 235+249+209=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 209 (82.03% from 255 or 30.16% from 693); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9D1 is #14062E. Grayscale: #F0F0F0. Windows color (decimal): -1312303 or 13761003. OLE color: 13761003.
HSL color Cylindrical-coordinate representation of color #EBF9D1: hue angle of 81º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBF9D1 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 209 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.02 |
| HSL | 81º | 0.77% | 0.9% | - |
| HSV(B) | 81º | 0.16% | 0.98% | - |
| XYZ | 79.65 | 90.02 | 73.5 | - |
| YUV | 240.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 209 | 0.06 | 0 | 0.16 | 0.02 | 81 | 0.77 | 0.9 |
| Hex | EB | F9 | D1 | 6 | 0 | 10 | 2 | 51 | 4D | 5A |
| Octal | 353 | 371 | 321 | 6 | 0 | 20 | 2 | 121 | 115 | 132 |
| Binary | 11101011 | 11111001 | 11010001 | 110 | 0 | 10000 | 10 | 1010001 | 1001101 | 1011010 |
Color Harmonies of #EBF9D1
Complementary color
Monochromatic Colors of #EBF9D1
Black with #EBF9D1
Text Example
Text Example
White with #EBF9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF9D1; }
p { color: rgb(235,249,209); }
H1.HeaderClassName
{
color: #EBF9D1;
}
.AnyTagClassName
{
color: #EBF9D1;
}
</style>
background-color css
<style>
a { background-color: #EBF9D1; }
a { background-color: rgb(235,249,209); }
div.DivClassName
{
background-color: #EBF9D1;
}
.BgClassName
{
background-color: #EBF9D1;
}
</style>
border-color css
<style>
span { border-color: #EBF9D1; }
span { border-color: rgb(235,249,209); }
td.TdClassName
{
border-color: #EBF9D1;
}
.TagClassName
{
border-color: #EBF9D1;
}
</style>