Shades of Snow Flurry #E4F2CB
Tints of Snow Flurry #E4F2CB
RGB
CMYK
RGB Variations
Color information
#E4F2CB (or 0xE4F2CB) is known color: Snow Flurry. HEX triplet: E4, F2 and CB. RGB value is (228,242,203). Sum of RGB (Red+Green+Blue) = 228+242+203=673 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.88% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4F2CB is #1B0D34. Grayscale: #E9E9E9. Windows color (decimal): -1772853 or 13365988. OLE color: 13365988.
HSL color Cylindrical-coordinate representation of color #E4F2CB: hue angle of 81.54º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4F2CB is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 203 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.05 |
| HSL | 81.54º | 0.6% | 0.87% | - |
| HSV(B) | 81.54º | 0.16% | 0.95% | - |
| XYZ | 74.53 | 84.31 | 68.85 | - |
| YUV | 233.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 203 | 0.06 | 0 | 0.16 | 0.05 | 81.54 | 0.6 | 0.87 |
| Hex | E4 | F2 | CB | 6 | 0 | 10 | 5 | 52 | 3C | 57 |
| Octal | 344 | 362 | 313 | 6 | 0 | 20 | 5 | 122 | 74 | 127 |
| Binary | 11100100 | 11110010 | 11001011 | 110 | 0 | 10000 | 101 | 1010010 | 111100 | 1010111 |
Color Harmonies of #E4F2CB
Complementary color
Monochromatic Colors of #E4F2CB
Black with #E4F2CB
Text Example
Text Example
White with #E4F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F2CB; }
p { color: rgb(228,242,203); }
H1.HeaderClassName
{
color: #E4F2CB;
}
.AnyTagClassName
{
color: #E4F2CB;
}
</style>
background-color css
<style>
a { background-color: #E4F2CB; }
a { background-color: rgb(228,242,203); }
div.DivClassName
{
background-color: #E4F2CB;
}
.BgClassName
{
background-color: #E4F2CB;
}
</style>
border-color css
<style>
span { border-color: #E4F2CB; }
span { border-color: rgb(228,242,203); }
td.TdClassName
{
border-color: #E4F2CB;
}
.TagClassName
{
border-color: #E4F2CB;
}
</style>