Shades of Snow Flurry #E0EFB7
Tints of Snow Flurry #E0EFB7
RGB
CMYK
RGB Variations
Color information
#E0EFB7 (or 0xE0EFB7) is known color: Snow Flurry. HEX triplet: E0, EF and B7. RGB value is (224,239,183). Sum of RGB (Red+Green+Blue) = 224+239+183=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 183 (71.88% from 255 or 28.33% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFB7 is #1F1048. Grayscale: #E4E4E4. Windows color (decimal): -2035785 or 12054496. OLE color: 12054496.
HSL color Cylindrical-coordinate representation of color #E0EFB7: hue angle of 76.07º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0EFB7 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 183 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.06 |
| HSL | 76.07º | 0.64% | 0.83% | - |
| HSV(B) | 76.07º | 0.23% | 0.94% | - |
| XYZ | 70.15 | 81 | 56.74 | - |
| YUV | 228.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 183 | 0.06 | 0 | 0.23 | 0.06 | 76.07 | 0.64 | 0.83 |
| Hex | E0 | EF | B7 | 6 | 0 | 17 | 6 | 4C | 40 | 53 |
| Octal | 340 | 357 | 267 | 6 | 0 | 27 | 6 | 114 | 100 | 123 |
| Binary | 11100000 | 11101111 | 10110111 | 110 | 0 | 10111 | 110 | 1001100 | 1000000 | 1010011 |
Color Harmonies of #E0EFB7
Complementary color
Monochromatic Colors of #E0EFB7
Black with #E0EFB7
Text Example
Text Example
White with #E0EFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFB7; }
p { color: rgb(224,239,183); }
H1.HeaderClassName
{
color: #E0EFB7;
}
.AnyTagClassName
{
color: #E0EFB7;
}
</style>
background-color css
<style>
a { background-color: #E0EFB7; }
a { background-color: rgb(224,239,183); }
div.DivClassName
{
background-color: #E0EFB7;
}
.BgClassName
{
background-color: #E0EFB7;
}
</style>
border-color css
<style>
span { border-color: #E0EFB7; }
span { border-color: rgb(224,239,183); }
td.TdClassName
{
border-color: #E0EFB7;
}
.TagClassName
{
border-color: #E0EFB7;
}
</style>