Shades of Snow Flurry #E3F2BD
Tints of Snow Flurry #E3F2BD
RGB
CMYK
RGB Variations
Color information
#E3F2BD (or 0xE3F2BD) is known color: Snow Flurry. HEX triplet: E3, F2 and BD. RGB value is (227,242,189). Sum of RGB (Red+Green+Blue) = 227+242+189=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 189 (74.22% from 255 or 28.72% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #E3F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3F2BD is #1C0D42. Grayscale: #E7E7E7. Windows color (decimal): -1838403 or 12448483. OLE color: 12448483.
HSL color Cylindrical-coordinate representation of color #E3F2BD: hue angle of 76.98º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3F2BD is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 242 | 189 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.05 |
| HSL | 76.98º | 0.67% | 0.85% | - |
| HSV(B) | 76.98º | 0.22% | 0.95% | - |
| XYZ | 72.62 | 83.51 | 60.44 | - |
| YUV | 231.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 242 | 189 | 0.06 | 0 | 0.22 | 0.05 | 76.98 | 0.67 | 0.85 |
| Hex | E3 | F2 | BD | 6 | 0 | 16 | 5 | 4D | 43 | 55 |
| Octal | 343 | 362 | 275 | 6 | 0 | 26 | 5 | 115 | 103 | 125 |
| Binary | 11100011 | 11110010 | 10111101 | 110 | 0 | 10110 | 101 | 1001101 | 1000011 | 1010101 |
Color Harmonies of #E3F2BD
Complementary color
Monochromatic Colors of #E3F2BD
Black with #E3F2BD
Text Example
Text Example
White with #E3F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F2BD; }
p { color: rgb(227,242,189); }
H1.HeaderClassName
{
color: #E3F2BD;
}
.AnyTagClassName
{
color: #E3F2BD;
}
</style>
background-color css
<style>
a { background-color: #E3F2BD; }
a { background-color: rgb(227,242,189); }
div.DivClassName
{
background-color: #E3F2BD;
}
.BgClassName
{
background-color: #E3F2BD;
}
</style>
border-color css
<style>
span { border-color: #E3F2BD; }
span { border-color: rgb(227,242,189); }
td.TdClassName
{
border-color: #E3F2BD;
}
.TagClassName
{
border-color: #E3F2BD;
}
</style>