Shades of Snow Flurry #EEFFBD
Tints of Snow Flurry #EEFFBD
RGB
CMYK
RGB Variations
Color information
#EEFFBD (or 0xEEFFBD) is known color: Snow Flurry. HEX triplet: EE, FF and BD. RGB value is (238,255,189). Sum of RGB (Red+Green+Blue) = 238+255+189=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 189 (74.22% from 255 or 27.71% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFBD is #110042. Grayscale: #F2F2F2. Windows color (decimal): -1114179 or 12451822. OLE color: 12451822.
HSL color Cylindrical-coordinate representation of color #EEFFBD: hue angle of 75.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEFFBD is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 189 | - |
| CMYK | 0.07 | 0 | 0.26 | 0 |
| HSL | 75.45º | 1% | 0.87% | - |
| HSV(B) | 75.45º | 0.26% | 1% | - |
| XYZ | 80.21 | 93.37 | 61.94 | - |
| YUV | 242.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 189 | 0.07 | 0 | 0.26 | 0 | 75.45 | 1 | 0.87 |
| Hex | EE | FF | BD | 7 | 0 | 1A | 0 | 4B | 64 | 57 |
| Octal | 356 | 377 | 275 | 7 | 0 | 32 | 0 | 113 | 144 | 127 |
| Binary | 11101110 | 11111111 | 10111101 | 111 | 0 | 11010 | 0 | 1001011 | 1100100 | 1010111 |
Color Harmonies of #EEFFBD
Complementary color
Monochromatic Colors of #EEFFBD
Black with #EEFFBD
Text Example
Text Example
White with #EEFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFBD; }
p { color: rgb(238,255,189); }
H1.HeaderClassName
{
color: #EEFFBD;
}
.AnyTagClassName
{
color: #EEFFBD;
}
</style>
background-color css
<style>
a { background-color: #EEFFBD; }
a { background-color: rgb(238,255,189); }
div.DivClassName
{
background-color: #EEFFBD;
}
.BgClassName
{
background-color: #EEFFBD;
}
</style>
border-color css
<style>
span { border-color: #EEFFBD; }
span { border-color: rgb(238,255,189); }
td.TdClassName
{
border-color: #EEFFBD;
}
.TagClassName
{
border-color: #EEFFBD;
}
</style>