Shades of Snow Flurry #E0EFBF
Tints of Snow Flurry #E0EFBF
RGB
CMYK
RGB Variations
Color information
#E0EFBF (or 0xE0EFBF) is known color: Snow Flurry. HEX triplet: E0, EF and BF. RGB value is (224,239,191). Sum of RGB (Red+Green+Blue) = 224+239+191=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFBF is #1F1040. Grayscale: #E5E5E5. Windows color (decimal): -2035777 or 12578784. OLE color: 12578784.
HSL color Cylindrical-coordinate representation of color #E0EFBF: hue angle of 78.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0EFBF is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 191 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.06 |
| HSL | 78.75º | 0.6% | 0.84% | - |
| HSV(B) | 78.75º | 0.2% | 0.94% | - |
| XYZ | 71.01 | 81.34 | 61.25 | - |
| YUV | 229.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 191 | 0.06 | 0 | 0.20 | 0.06 | 78.75 | 0.6 | 0.84 |
| Hex | E0 | EF | BF | 6 | 0 | 14 | 6 | 4F | 3C | 54 |
| Octal | 340 | 357 | 277 | 6 | 0 | 24 | 6 | 117 | 74 | 124 |
| Binary | 11100000 | 11101111 | 10111111 | 110 | 0 | 10100 | 110 | 1001111 | 111100 | 1010100 |
Color Harmonies of #E0EFBF
Complementary color
Monochromatic Colors of #E0EFBF
Black with #E0EFBF
Text Example
Text Example
White with #E0EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFBF; }
p { color: rgb(224,239,191); }
H1.HeaderClassName
{
color: #E0EFBF;
}
.AnyTagClassName
{
color: #E0EFBF;
}
</style>
background-color css
<style>
a { background-color: #E0EFBF; }
a { background-color: rgb(224,239,191); }
div.DivClassName
{
background-color: #E0EFBF;
}
.BgClassName
{
background-color: #E0EFBF;
}
</style>
border-color css
<style>
span { border-color: #E0EFBF; }
span { border-color: rgb(224,239,191); }
td.TdClassName
{
border-color: #E0EFBF;
}
.TagClassName
{
border-color: #E0EFBF;
}
</style>