Shades of Snow Flurry #EDFFC9
Tints of Snow Flurry #EDFFC9
RGB
CMYK
RGB Variations
Color information
#EDFFC9 (or 0xEDFFC9) is known color: Snow Flurry. HEX triplet: ED, FF and C9. RGB value is (237,255,201). Sum of RGB (Red+Green+Blue) = 237+255+201=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 201 (78.91% from 255 or 29.00% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFC9 is #120036. Grayscale: #F3F3F3. Windows color (decimal): -1179703 or 13238253. OLE color: 13238253.
HSL color Cylindrical-coordinate representation of color #EDFFC9: hue angle of 80º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDFFC9 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 201 | - |
| CMYK | 0.07 | 0 | 0.21 | 0 |
| HSL | 80º | 1% | 0.89% | - |
| HSV(B) | 80º | 0.21% | 1% | - |
| XYZ | 81.23 | 93.74 | 69.07 | - |
| YUV | 243.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 201 | 0.07 | 0 | 0.21 | 0 | 80 | 1 | 0.89 |
| Hex | ED | FF | C9 | 7 | 0 | 15 | 0 | 50 | 64 | 59 |
| Octal | 355 | 377 | 311 | 7 | 0 | 25 | 0 | 120 | 144 | 131 |
| Binary | 11101101 | 11111111 | 11001001 | 111 | 0 | 10101 | 0 | 1010000 | 1100100 | 1011001 |
Color Harmonies of #EDFFC9
Complementary color
Monochromatic Colors of #EDFFC9
Black with #EDFFC9
Text Example
Text Example
White with #EDFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFC9; }
p { color: rgb(237,255,201); }
H1.HeaderClassName
{
color: #EDFFC9;
}
.AnyTagClassName
{
color: #EDFFC9;
}
</style>
background-color css
<style>
a { background-color: #EDFFC9; }
a { background-color: rgb(237,255,201); }
div.DivClassName
{
background-color: #EDFFC9;
}
.BgClassName
{
background-color: #EDFFC9;
}
</style>
border-color css
<style>
span { border-color: #EDFFC9; }
span { border-color: rgb(237,255,201); }
td.TdClassName
{
border-color: #EDFFC9;
}
.TagClassName
{
border-color: #EDFFC9;
}
</style>