Shades of Snow Flurry #E9F9D5
Tints of Snow Flurry #E9F9D5
RGB
CMYK
RGB Variations
Color information
#E9F9D5 (or 0xE9F9D5) is known color: Snow Flurry. HEX triplet: E9, F9 and D5. RGB value is (233,249,213). Sum of RGB (Red+Green+Blue) = 233+249+213=695 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.53% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 213 (83.59% from 255 or 30.65% from 695); Max value from RGB is 249 - color contains mainly: green. Hex color #E9F9D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F9D5 is #16062A. Grayscale: #F0F0F0. Windows color (decimal): -1443371 or 14023145. OLE color: 14023145.
HSL color Cylindrical-coordinate representation of color #E9F9D5: hue angle of 86.67º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9F9D5 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 233 | 249 | 213 | - |
CMYK | 0.06 | 0 | 0.14 | 0.02 |
HSL | 86.67º | 0.75% | 0.91% | - |
HSV(B) | 86.67º | 0.14% | 0.98% | - |
XYZ | 79.49 | 89.88 | 76.11 | - |
YUV | 240.11 | 112.7 | 122.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 249 | 213 | 0.06 | 0 | 0.14 | 0.02 | 86.67 | 0.75 | 0.91 |
Hex | E9 | F9 | D5 | 6 | 0 | E | 2 | 57 | 4B | 5B |
Octal | 351 | 371 | 325 | 6 | 0 | 16 | 2 | 127 | 113 | 133 |
Binary | 11101001 | 11111001 | 11010101 | 110 | 0 | 1110 | 10 | 1010111 | 1001011 | 1011011 |
Color Harmonies of #E9F9D5
Complementary color
Monochromatic Colors of #E9F9D5
Black with #E9F9D5
Text Example
Text Example
White with #E9F9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9F9D5; }
p { color: rgb(233,249,213); }
H1.HeaderClassName
{
color: #E9F9D5;
}
.AnyTagClassName
{
color: #E9F9D5;
}
</style>
background-color css
<style>
a { background-color: #E9F9D5; }
a { background-color: rgb(233,249,213); }
div.DivClassName
{
background-color: #E9F9D5;
}
.BgClassName
{
background-color: #E9F9D5;
}
</style>
border-color css
<style>
span { border-color: #E9F9D5; }
span { border-color: rgb(233,249,213); }
td.TdClassName
{
border-color: #E9F9D5;
}
.TagClassName
{
border-color: #E9F9D5;
}
</style>