Shades of Snow Flurry #E0EFBD
Tints of Snow Flurry #E0EFBD
RGB
CMYK
RGB Variations
Color information
#E0EFBD (or 0xE0EFBD) is known color: Snow Flurry. HEX triplet: E0, EF and BD. RGB value is (224,239,189). Sum of RGB (Red+Green+Blue) = 224+239+189=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFBD is #1F1042. Grayscale: #E4E4E4. Windows color (decimal): -2035779 or 12447712. OLE color: 12447712.
HSL color Cylindrical-coordinate representation of color #E0EFBD: hue angle of 78º 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 #E0EFBD is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 189 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.06 |
| HSL | 78º | 0.61% | 0.84% | - |
| HSV(B) | 78º | 0.21% | 0.94% | - |
| XYZ | 70.79 | 81.25 | 60.1 | - |
| YUV | 228.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 189 | 0.06 | 0 | 0.21 | 0.06 | 78 | 0.61 | 0.84 |
| Hex | E0 | EF | BD | 6 | 0 | 15 | 6 | 4E | 3D | 54 |
| Octal | 340 | 357 | 275 | 6 | 0 | 25 | 6 | 116 | 75 | 124 |
| Binary | 11100000 | 11101111 | 10111101 | 110 | 0 | 10101 | 110 | 1001110 | 111101 | 1010100 |
Color Harmonies of #E0EFBD
Complementary color
Monochromatic Colors of #E0EFBD
Black with #E0EFBD
Text Example
Text Example
White with #E0EFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFBD; }
p { color: rgb(224,239,189); }
H1.HeaderClassName
{
color: #E0EFBD;
}
.AnyTagClassName
{
color: #E0EFBD;
}
</style>
background-color css
<style>
a { background-color: #E0EFBD; }
a { background-color: rgb(224,239,189); }
div.DivClassName
{
background-color: #E0EFBD;
}
.BgClassName
{
background-color: #E0EFBD;
}
</style>
border-color css
<style>
span { border-color: #E0EFBD; }
span { border-color: rgb(224,239,189); }
td.TdClassName
{
border-color: #E0EFBD;
}
.TagClassName
{
border-color: #E0EFBD;
}
</style>