Shades of Snow Flurry #E9FFCA
Tints of Snow Flurry #E9FFCA
RGB
CMYK
RGB Variations
Color information
#E9FFCA (or 0xE9FFCA) is known color: Snow Flurry. HEX triplet: E9, FF and CA. RGB value is (233,255,202). Sum of RGB (Red+Green+Blue) = 233+255+202=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 202 (79.30% from 255 or 29.28% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FFCA is #160035. Grayscale: #F2F2F2. Windows color (decimal): -1441846 or 13303785. OLE color: 13303785.
HSL color Cylindrical-coordinate representation of color #E9FFCA: hue angle of 84.91º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E9FFCA is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 202 | - |
| CMYK | 0.09 | 0 | 0.21 | 0 |
| HSL | 84.91º | 1% | 0.9% | - |
| HSV(B) | 84.91º | 0.21% | 1% | - |
| XYZ | 80.02 | 93.11 | 69.63 | - |
| YUV | 242.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 202 | 0.09 | 0 | 0.21 | 0 | 84.91 | 1 | 0.9 |
| Hex | E9 | FF | CA | 9 | 0 | 15 | 0 | 55 | 64 | 5A |
| Octal | 351 | 377 | 312 | 11 | 0 | 25 | 0 | 125 | 144 | 132 |
| Binary | 11101001 | 11111111 | 11001010 | 1001 | 0 | 10101 | 0 | 1010101 | 1100100 | 1011010 |
Color Harmonies of #E9FFCA
Complementary color
Monochromatic Colors of #E9FFCA
Black with #E9FFCA
Text Example
Text Example
White with #E9FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FFCA; }
p { color: rgb(233,255,202); }
H1.HeaderClassName
{
color: #E9FFCA;
}
.AnyTagClassName
{
color: #E9FFCA;
}
</style>
background-color css
<style>
a { background-color: #E9FFCA; }
a { background-color: rgb(233,255,202); }
div.DivClassName
{
background-color: #E9FFCA;
}
.BgClassName
{
background-color: #E9FFCA;
}
</style>
border-color css
<style>
span { border-color: #E9FFCA; }
span { border-color: rgb(233,255,202); }
td.TdClassName
{
border-color: #E9FFCA;
}
.TagClassName
{
border-color: #E9FFCA;
}
</style>