Shades of Snow Flurry #E9FFD0
Tints of Snow Flurry #E9FFD0
RGB
CMYK
RGB Variations
Color information
#E9FFD0 (or 0xE9FFD0) is known color: Snow Flurry. HEX triplet: E9, FF and D0. RGB value is (233,255,208). Sum of RGB (Red+Green+Blue) = 233+255+208=696 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.48% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #E9FFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FFD0 is #16002F. Grayscale: #F3F3F3. Windows color (decimal): -1441840 or 13697001. OLE color: 13697001.
HSL color Cylindrical-coordinate representation of color #E9FFD0: hue angle of 88.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9FFD0 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 255 | 208 | - |
| CMYK | 0.09 | 0 | 0.18 | 0 |
| HSL | 88.09º | 1% | 0.91% | - |
| HSV(B) | 88.09º | 0.18% | 1% | - |
| XYZ | 80.75 | 93.4 | 73.45 | - |
| YUV | 243.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 255 | 208 | 0.09 | 0 | 0.18 | 0 | 88.09 | 1 | 0.91 |
| Hex | E9 | FF | D0 | 9 | 0 | 12 | 0 | 58 | 64 | 5B |
| Octal | 351 | 377 | 320 | 11 | 0 | 22 | 0 | 130 | 144 | 133 |
| Binary | 11101001 | 11111111 | 11010000 | 1001 | 0 | 10010 | 0 | 1011000 | 1100100 | 1011011 |
Color Harmonies of #E9FFD0
Complementary color
Monochromatic Colors of #E9FFD0
Black with #E9FFD0
Text Example
Text Example
White with #E9FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FFD0; }
p { color: rgb(233,255,208); }
H1.HeaderClassName
{
color: #E9FFD0;
}
.AnyTagClassName
{
color: #E9FFD0;
}
</style>
background-color css
<style>
a { background-color: #E9FFD0; }
a { background-color: rgb(233,255,208); }
div.DivClassName
{
background-color: #E9FFD0;
}
.BgClassName
{
background-color: #E9FFD0;
}
</style>
border-color css
<style>
span { border-color: #E9FFD0; }
span { border-color: rgb(233,255,208); }
td.TdClassName
{
border-color: #E9FFD0;
}
.TagClassName
{
border-color: #E9FFD0;
}
</style>