Shades of Snow Flurry #E5FBCA
Tints of Snow Flurry #E5FBCA
RGB
CMYK
RGB Variations
Color information
#E5FBCA (or 0xE5FBCA) is known color: Snow Flurry. HEX triplet: E5, FB and CA. RGB value is (229,251,202). Sum of RGB (Red+Green+Blue) = 229+251+202=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 202 (79.30% from 255 or 29.62% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FBCA is #1A0435. Grayscale: #EFEFEF. Windows color (decimal): -1705014 or 13302757. OLE color: 13302757.
HSL color Cylindrical-coordinate representation of color #E5FBCA: hue angle of 86.94º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5FBCA is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 251 | 202 | - |
CMYK | 0.09 | 0 | 0.20 | 0.02 |
HSL | 86.94º | 0.86% | 0.89% | - |
HSV(B) | 86.94º | 0.2% | 0.98% | - |
XYZ | 77.47 | 89.92 | 69.15 | - |
YUV | 238.84 | 107.21 | 120.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 251 | 202 | 0.09 | 0 | 0.20 | 0.02 | 86.94 | 0.86 | 0.89 |
Hex | E5 | FB | CA | 9 | 0 | 14 | 2 | 57 | 56 | 59 |
Octal | 345 | 373 | 312 | 11 | 0 | 24 | 2 | 127 | 126 | 131 |
Binary | 11100101 | 11111011 | 11001010 | 1001 | 0 | 10100 | 10 | 1010111 | 1010110 | 1011001 |
Color Harmonies of #E5FBCA
Complementary color
Monochromatic Colors of #E5FBCA
Black with #E5FBCA
Text Example
Text Example
White with #E5FBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FBCA; }
p { color: rgb(229,251,202); }
H1.HeaderClassName
{
color: #E5FBCA;
}
.AnyTagClassName
{
color: #E5FBCA;
}
</style>
background-color css
<style>
a { background-color: #E5FBCA; }
a { background-color: rgb(229,251,202); }
div.DivClassName
{
background-color: #E5FBCA;
}
.BgClassName
{
background-color: #E5FBCA;
}
</style>
border-color css
<style>
span { border-color: #E5FBCA; }
span { border-color: rgb(229,251,202); }
td.TdClassName
{
border-color: #E5FBCA;
}
.TagClassName
{
border-color: #E5FBCA;
}
</style>