Shades of Snow Flurry #E5F3CF
Tints of Snow Flurry #E5F3CF
RGB
CMYK
RGB Variations
Color information
#E5F3CF (or 0xE5F3CF) is known color: Snow Flurry. HEX triplet: E5, F3 and CF. RGB value is (229,243,207). Sum of RGB (Red+Green+Blue) = 229+243+207=679 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.73% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 243 - color contains mainly: green. Hex color #E5F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F3CF is #1A0C30. Grayscale: #EAEAEA. Windows color (decimal): -1707057 or 13628389. OLE color: 13628389.
HSL color Cylindrical-coordinate representation of color #E5F3CF: hue angle of 83.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E5F3CF is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 243 | 207 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.05 |
| HSL | 83.33º | 0.6% | 0.88% | - |
| HSV(B) | 83.33º | 0.15% | 0.95% | - |
| XYZ | 75.63 | 85.26 | 71.5 | - |
| YUV | 234.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 243 | 207 | 0.06 | 0 | 0.15 | 0.05 | 83.33 | 0.6 | 0.88 |
| Hex | E5 | F3 | CF | 6 | 0 | F | 5 | 53 | 3C | 58 |
| Octal | 345 | 363 | 317 | 6 | 0 | 17 | 5 | 123 | 74 | 130 |
| Binary | 11100101 | 11110011 | 11001111 | 110 | 0 | 1111 | 101 | 1010011 | 111100 | 1011000 |
Color Harmonies of #E5F3CF
Complementary color
Monochromatic Colors of #E5F3CF
Black with #E5F3CF
Text Example
Text Example
White with #E5F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F3CF; }
p { color: rgb(229,243,207); }
H1.HeaderClassName
{
color: #E5F3CF;
}
.AnyTagClassName
{
color: #E5F3CF;
}
</style>
background-color css
<style>
a { background-color: #E5F3CF; }
a { background-color: rgb(229,243,207); }
div.DivClassName
{
background-color: #E5F3CF;
}
.BgClassName
{
background-color: #E5F3CF;
}
</style>
border-color css
<style>
span { border-color: #E5F3CF; }
span { border-color: rgb(229,243,207); }
td.TdClassName
{
border-color: #E5F3CF;
}
.TagClassName
{
border-color: #E5F3CF;
}
</style>