Shades of Snow Flurry #E0EFBC
Tints of Snow Flurry #E0EFBC
RGB
CMYK
RGB Variations
Color information
#E0EFBC (or 0xE0EFBC) is known color: Snow Flurry. HEX triplet: E0, EF and BC. RGB value is (224,239,188). Sum of RGB (Red+Green+Blue) = 224+239+188=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFBC is #1F1043. Grayscale: #E4E4E4. Windows color (decimal): -2035780 or 12382176. OLE color: 12382176.
HSL color Cylindrical-coordinate representation of color #E0EFBC: hue angle of 77.65º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0EFBC is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 188 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.06 |
| HSL | 77.65º | 0.61% | 0.84% | - |
| HSV(B) | 77.65º | 0.21% | 0.94% | - |
| XYZ | 70.68 | 81.21 | 59.53 | - |
| YUV | 228.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 188 | 0.06 | 0 | 0.21 | 0.06 | 77.65 | 0.61 | 0.84 |
| Hex | E0 | EF | BC | 6 | 0 | 15 | 6 | 4E | 3D | 54 |
| Octal | 340 | 357 | 274 | 6 | 0 | 25 | 6 | 116 | 75 | 124 |
| Binary | 11100000 | 11101111 | 10111100 | 110 | 0 | 10101 | 110 | 1001110 | 111101 | 1010100 |
Color Harmonies of #E0EFBC
Complementary color
Monochromatic Colors of #E0EFBC
Black with #E0EFBC
Text Example
Text Example
White with #E0EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFBC; }
p { color: rgb(224,239,188); }
H1.HeaderClassName
{
color: #E0EFBC;
}
.AnyTagClassName
{
color: #E0EFBC;
}
</style>
background-color css
<style>
a { background-color: #E0EFBC; }
a { background-color: rgb(224,239,188); }
div.DivClassName
{
background-color: #E0EFBC;
}
.BgClassName
{
background-color: #E0EFBC;
}
</style>
border-color css
<style>
span { border-color: #E0EFBC; }
span { border-color: rgb(224,239,188); }
td.TdClassName
{
border-color: #E0EFBC;
}
.TagClassName
{
border-color: #E0EFBC;
}
</style>