Shades of Snow Flurry #E9FDCD
Tints of Snow Flurry #E9FDCD
RGB
CMYK
RGB Variations
Color information
#E9FDCD (or 0xE9FDCD) is known color: Snow Flurry. HEX triplet: E9, FD and CD. RGB value is (233,253,205). Sum of RGB (Red+Green+Blue) = 233+253+205=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FDCD is #160232. Grayscale: #F1F1F1. Windows color (decimal): -1442355 or 13499881. OLE color: 13499881.
HSL color Cylindrical-coordinate representation of color #E9FDCD: hue angle of 85º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9FDCD is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 253 | 205 | - |
CMYK | 0.08 | 0 | 0.19 | 0.01 |
HSL | 85º | 0.92% | 0.9% | - |
HSV(B) | 85º | 0.19% | 0.99% | - |
XYZ | 79.75 | 91.98 | 71.31 | - |
YUV | 241.55 | 107.37 | 121.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 253 | 205 | 0.08 | 0 | 0.19 | 0.01 | 85 | 0.92 | 0.9 |
Hex | E9 | FD | CD | 8 | 0 | 13 | 1 | 55 | 5C | 5A |
Octal | 351 | 375 | 315 | 10 | 0 | 23 | 1 | 125 | 134 | 132 |
Binary | 11101001 | 11111101 | 11001101 | 1000 | 0 | 10011 | 1 | 1010101 | 1011100 | 1011010 |
Color Harmonies of #E9FDCD
Complementary color
Monochromatic Colors of #E9FDCD
Black with #E9FDCD
Text Example
Text Example
White with #E9FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FDCD; }
p { color: rgb(233,253,205); }
H1.HeaderClassName
{
color: #E9FDCD;
}
.AnyTagClassName
{
color: #E9FDCD;
}
</style>
background-color css
<style>
a { background-color: #E9FDCD; }
a { background-color: rgb(233,253,205); }
div.DivClassName
{
background-color: #E9FDCD;
}
.BgClassName
{
background-color: #E9FDCD;
}
</style>
border-color css
<style>
span { border-color: #E9FDCD; }
span { border-color: rgb(233,253,205); }
td.TdClassName
{
border-color: #E9FDCD;
}
.TagClassName
{
border-color: #E9FDCD;
}
</style>