Shades of Snow Flurry #EBF5D1
Tints of Snow Flurry #EBF5D1
RGB
CMYK
RGB Variations
Color information
#EBF5D1 (or 0xEBF5D1) is known color: Snow Flurry. HEX triplet: EB, F5 and D1. RGB value is (235,245,209). Sum of RGB (Red+Green+Blue) = 235+245+209=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 209 (82.03% from 255 or 30.33% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF5D1 is #140A2E. Grayscale: #EEEEEE. Windows color (decimal): -1313327 or 13759979. OLE color: 13759979.
HSL color Cylindrical-coordinate representation of color #EBF5D1: hue angle of 76.67º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBF5D1 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 245 | 209 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.04 |
| HSL | 76.67º | 0.64% | 0.89% | - |
| HSV(B) | 76.67º | 0.15% | 0.96% | - |
| XYZ | 78.42 | 87.57 | 73.09 | - |
| YUV | 237.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 245 | 209 | 0.04 | 0 | 0.15 | 0.04 | 76.67 | 0.64 | 0.89 |
| Hex | EB | F5 | D1 | 4 | 0 | F | 4 | 4D | 40 | 59 |
| Octal | 353 | 365 | 321 | 4 | 0 | 17 | 4 | 115 | 100 | 131 |
| Binary | 11101011 | 11110101 | 11010001 | 100 | 0 | 1111 | 100 | 1001101 | 1000000 | 1011001 |
Color Harmonies of #EBF5D1
Complementary color
Monochromatic Colors of #EBF5D1
Black with #EBF5D1
Text Example
Text Example
White with #EBF5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5D1; }
p { color: rgb(235,245,209); }
H1.HeaderClassName
{
color: #EBF5D1;
}
.AnyTagClassName
{
color: #EBF5D1;
}
</style>
background-color css
<style>
a { background-color: #EBF5D1; }
a { background-color: rgb(235,245,209); }
div.DivClassName
{
background-color: #EBF5D1;
}
.BgClassName
{
background-color: #EBF5D1;
}
</style>
border-color css
<style>
span { border-color: #EBF5D1; }
span { border-color: rgb(235,245,209); }
td.TdClassName
{
border-color: #EBF5D1;
}
.TagClassName
{
border-color: #EBF5D1;
}
</style>