Shades of Snow Flurry #E0EEBD
Tints of Snow Flurry #E0EEBD
RGB
CMYK
RGB Variations
Color information
#E0EEBD (or 0xE0EEBD) is known color: Snow Flurry. HEX triplet: E0, EE and BD. RGB value is (224,238,189). Sum of RGB (Red+Green+Blue) = 224+238+189=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EEBD is #1F1142. Grayscale: #E4E4E4. Windows color (decimal): -2036035 or 12447456. OLE color: 12447456.
HSL color Cylindrical-coordinate representation of color #E0EEBD: hue angle of 77.14º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0EEBD is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 238 | 189 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.07 |
| HSL | 77.14º | 0.59% | 0.84% | - |
| HSV(B) | 77.14º | 0.21% | 0.93% | - |
| XYZ | 70.5 | 80.67 | 60 | - |
| YUV | 228.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 238 | 189 | 0.06 | 0 | 0.21 | 0.07 | 77.14 | 0.59 | 0.84 |
| Hex | E0 | EE | BD | 6 | 0 | 15 | 7 | 4D | 3B | 54 |
| Octal | 340 | 356 | 275 | 6 | 0 | 25 | 7 | 115 | 73 | 124 |
| Binary | 11100000 | 11101110 | 10111101 | 110 | 0 | 10101 | 111 | 1001101 | 111011 | 1010100 |
Color Harmonies of #E0EEBD
Complementary color
Monochromatic Colors of #E0EEBD
Black with #E0EEBD
Text Example
Text Example
White with #E0EEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EEBD; }
p { color: rgb(224,238,189); }
H1.HeaderClassName
{
color: #E0EEBD;
}
.AnyTagClassName
{
color: #E0EEBD;
}
</style>
background-color css
<style>
a { background-color: #E0EEBD; }
a { background-color: rgb(224,238,189); }
div.DivClassName
{
background-color: #E0EEBD;
}
.BgClassName
{
background-color: #E0EEBD;
}
</style>
border-color css
<style>
span { border-color: #E0EEBD; }
span { border-color: rgb(224,238,189); }
td.TdClassName
{
border-color: #E0EEBD;
}
.TagClassName
{
border-color: #E0EEBD;
}
</style>