Shades of Snow Flurry #EBF9BD
Tints of Snow Flurry #EBF9BD
RGB
CMYK
RGB Variations
Color information
#EBF9BD (or 0xEBF9BD) is known color: Snow Flurry. HEX triplet: EB, F9 and BD. RGB value is (235,249,189). Sum of RGB (Red+Green+Blue) = 235+249+189=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 189 (74.22% from 255 or 28.08% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9BD is #140642. Grayscale: #EEEEEE. Windows color (decimal): -1312323 or 12450283. OLE color: 12450283.
HSL color Cylindrical-coordinate representation of color #EBF9BD: hue angle of 74º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBF9BD is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 189 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.02 |
| HSL | 74º | 0.83% | 0.86% | - |
| HSV(B) | 74º | 0.24% | 0.98% | - |
| XYZ | 77.32 | 89.09 | 61.26 | - |
| YUV | 237.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 189 | 0.06 | 0 | 0.24 | 0.02 | 74 | 0.83 | 0.86 |
| Hex | EB | F9 | BD | 6 | 0 | 18 | 2 | 4A | 53 | 56 |
| Octal | 353 | 371 | 275 | 6 | 0 | 30 | 2 | 112 | 123 | 126 |
| Binary | 11101011 | 11111001 | 10111101 | 110 | 0 | 11000 | 10 | 1001010 | 1010011 | 1010110 |
Color Harmonies of #EBF9BD
Complementary color
Monochromatic Colors of #EBF9BD
Black with #EBF9BD
Text Example
Text Example
White with #EBF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF9BD; }
p { color: rgb(235,249,189); }
H1.HeaderClassName
{
color: #EBF9BD;
}
.AnyTagClassName
{
color: #EBF9BD;
}
</style>
background-color css
<style>
a { background-color: #EBF9BD; }
a { background-color: rgb(235,249,189); }
div.DivClassName
{
background-color: #EBF9BD;
}
.BgClassName
{
background-color: #EBF9BD;
}
</style>
border-color css
<style>
span { border-color: #EBF9BD; }
span { border-color: rgb(235,249,189); }
td.TdClassName
{
border-color: #EBF9BD;
}
.TagClassName
{
border-color: #EBF9BD;
}
</style>