Shades of Snow Flurry #E5F3C2
Tints of Snow Flurry #E5F3C2
RGB
CMYK
RGB Variations
Color information
#E5F3C2 (or 0xE5F3C2) is known color: Snow Flurry. HEX triplet: E5, F3 and C2. RGB value is (229,243,194). Sum of RGB (Red+Green+Blue) = 229+243+194=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F3C2 is #1A0C3D. Grayscale: #E9E9E9. Windows color (decimal): -1707070 or 12776421. OLE color: 12776421.
HSL color Cylindrical-coordinate representation of color #E5F3C2: hue angle of 77.14º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5F3C2 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 194 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.05 |
| HSL | 77.14º | 0.67% | 0.86% | - |
| HSV(B) | 77.14º | 0.2% | 0.95% | - |
| XYZ | 74.1 | 84.65 | 63.47 | - |
| YUV | 233.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 194 | 0.06 | 0 | 0.20 | 0.05 | 77.14 | 0.67 | 0.86 |
| Hex | E5 | F3 | C2 | 6 | 0 | 14 | 5 | 4D | 43 | 56 |
| Octal | 345 | 363 | 302 | 6 | 0 | 24 | 5 | 115 | 103 | 126 |
| Binary | 11100101 | 11110011 | 11000010 | 110 | 0 | 10100 | 101 | 1001101 | 1000011 | 1010110 |
Color Harmonies of #E5F3C2
Complementary color
Monochromatic Colors of #E5F3C2
Black with #E5F3C2
Text Example
Text Example
White with #E5F3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F3C2; }
p { color: rgb(229,243,194); }
H1.HeaderClassName
{
color: #E5F3C2;
}
.AnyTagClassName
{
color: #E5F3C2;
}
</style>
background-color css
<style>
a { background-color: #E5F3C2; }
a { background-color: rgb(229,243,194); }
div.DivClassName
{
background-color: #E5F3C2;
}
.BgClassName
{
background-color: #E5F3C2;
}
</style>
border-color css
<style>
span { border-color: #E5F3C2; }
span { border-color: rgb(229,243,194); }
td.TdClassName
{
border-color: #E5F3C2;
}
.TagClassName
{
border-color: #E5F3C2;
}
</style>