Shades of Snow Flurry #E4EFBD
Tints of Snow Flurry #E4EFBD
RGB
CMYK
RGB Variations
Color information
#E4EFBD (or 0xE4EFBD) is known color: Snow Flurry. HEX triplet: E4, EF and BD. RGB value is (228,239,189). Sum of RGB (Red+Green+Blue) = 228+239+189=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4EFBD is #1B1042. Grayscale: #E6E6E6. Windows color (decimal): -1773635 or 12447716. OLE color: 12447716.
HSL color Cylindrical-coordinate representation of color #E4EFBD: hue angle of 73.2º 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 #E4EFBD is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 239 | 189 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.06 |
| HSL | 73.2º | 0.61% | 0.84% | - |
| HSV(B) | 73.2º | 0.21% | 0.94% | - |
| XYZ | 72.05 | 81.9 | 60.16 | - |
| YUV | 230.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 239 | 189 | 0.05 | 0 | 0.21 | 0.06 | 73.2 | 0.61 | 0.84 |
| Hex | E4 | EF | BD | 5 | 0 | 15 | 6 | 49 | 3D | 54 |
| Octal | 344 | 357 | 275 | 5 | 0 | 25 | 6 | 111 | 75 | 124 |
| Binary | 11100100 | 11101111 | 10111101 | 101 | 0 | 10101 | 110 | 1001001 | 111101 | 1010100 |
Color Harmonies of #E4EFBD
Complementary color
Monochromatic Colors of #E4EFBD
Black with #E4EFBD
Text Example
Text Example
White with #E4EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EFBD; }
p { color: rgb(228,239,189); }
H1.HeaderClassName
{
color: #E4EFBD;
}
.AnyTagClassName
{
color: #E4EFBD;
}
</style>
background-color css
<style>
a { background-color: #E4EFBD; }
a { background-color: rgb(228,239,189); }
div.DivClassName
{
background-color: #E4EFBD;
}
.BgClassName
{
background-color: #E4EFBD;
}
</style>
border-color css
<style>
span { border-color: #E4EFBD; }
span { border-color: rgb(228,239,189); }
td.TdClassName
{
border-color: #E4EFBD;
}
.TagClassName
{
border-color: #E4EFBD;
}
</style>