Shades of Snow Flurry #E5FFCC
Tints of Snow Flurry #E5FFCC
RGB
CMYK
RGB Variations
Color information
#E5FFCC (or 0xE5FFCC) is known color: Snow Flurry. HEX triplet: E5, FF and CC. RGB value is (229,255,204). Sum of RGB (Red+Green+Blue) = 229+255+204=688 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.28% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FFCC is #1A0033. Grayscale: #F1F1F1. Windows color (decimal): -1703988 or 13434853. OLE color: 13434853.
HSL color Cylindrical-coordinate representation of color #E5FFCC: hue angle of 90.59º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5FFCC is Cyan = 0.10, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 229 | 255 | 204 | - |
CMYK | 0.10 | 0 | 0.2 | 0 |
HSL | 90.59º | 1% | 0.9% | - |
HSV(B) | 90.59º | 0.2% | 1% | - |
XYZ | 78.97 | 92.54 | 70.83 | - |
YUV | 241.41 | 106.89 | 119.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 255 | 204 | 0.10 | 0 | 0.2 | 0 | 90.59 | 1 | 0.9 |
Hex | E5 | FF | CC | A | 0 | 14 | 0 | 5B | 64 | 5A |
Octal | 345 | 377 | 314 | 12 | 0 | 24 | 0 | 133 | 144 | 132 |
Binary | 11100101 | 11111111 | 11001100 | 1010 | 0 | 10100 | 0 | 1011011 | 1100100 | 1011010 |
Color Harmonies of #E5FFCC
Complementary color
Monochromatic Colors of #E5FFCC
Black with #E5FFCC
Text Example
Text Example
White with #E5FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FFCC; }
p { color: rgb(229,255,204); }
H1.HeaderClassName
{
color: #E5FFCC;
}
.AnyTagClassName
{
color: #E5FFCC;
}
</style>
background-color css
<style>
a { background-color: #E5FFCC; }
a { background-color: rgb(229,255,204); }
div.DivClassName
{
background-color: #E5FFCC;
}
.BgClassName
{
background-color: #E5FFCC;
}
</style>
border-color css
<style>
span { border-color: #E5FFCC; }
span { border-color: rgb(229,255,204); }
td.TdClassName
{
border-color: #E5FFCC;
}
.TagClassName
{
border-color: #E5FFCC;
}
</style>