Shades of Snow Flurry #E5F2CB
Tints of Snow Flurry #E5F2CB
RGB
CMYK
RGB Variations
Color information
#E5F2CB (or 0xE5F2CB) is known color: Snow Flurry. HEX triplet: E5, F2 and CB. RGB value is (229,242,203). Sum of RGB (Red+Green+Blue) = 229+242+203=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #E5F2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F2CB is #1A0D34. Grayscale: #E9E9E9. Windows color (decimal): -1707317 or 13365989. OLE color: 13365989.
HSL color Cylindrical-coordinate representation of color #E5F2CB: hue angle of 80º 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 #E5F2CB is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 242 | 203 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.05 |
| HSL | 80º | 0.6% | 0.87% | - |
| HSV(B) | 80º | 0.16% | 0.95% | - |
| XYZ | 74.84 | 84.47 | 68.86 | - |
| YUV | 233.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 242 | 203 | 0.05 | 0 | 0.16 | 0.05 | 80 | 0.6 | 0.87 |
| Hex | E5 | F2 | CB | 5 | 0 | 10 | 5 | 50 | 3C | 57 |
| Octal | 345 | 362 | 313 | 5 | 0 | 20 | 5 | 120 | 74 | 127 |
| Binary | 11100101 | 11110010 | 11001011 | 101 | 0 | 10000 | 101 | 1010000 | 111100 | 1010111 |
Color Harmonies of #E5F2CB
Complementary color
Monochromatic Colors of #E5F2CB
Black with #E5F2CB
Text Example
Text Example
White with #E5F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F2CB; }
p { color: rgb(229,242,203); }
H1.HeaderClassName
{
color: #E5F2CB;
}
.AnyTagClassName
{
color: #E5F2CB;
}
</style>
background-color css
<style>
a { background-color: #E5F2CB; }
a { background-color: rgb(229,242,203); }
div.DivClassName
{
background-color: #E5F2CB;
}
.BgClassName
{
background-color: #E5F2CB;
}
</style>
border-color css
<style>
span { border-color: #E5F2CB; }
span { border-color: rgb(229,242,203); }
td.TdClassName
{
border-color: #E5F2CB;
}
.TagClassName
{
border-color: #E5F2CB;
}
</style>