Shades of Snow Flurry #EDFECF
Tints of Snow Flurry #EDFECF
RGB
CMYK
RGB Variations
Color information
#EDFECF (or 0xEDFECF) is known color: Snow Flurry. HEX triplet: ED, FE and CF. RGB value is (237,254,207). Sum of RGB (Red+Green+Blue) = 237+254+207=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFECF is #120130. Grayscale: #F3F3F3. Windows color (decimal): -1179953 or 13631213. OLE color: 13631213.
HSL color Cylindrical-coordinate representation of color #EDFECF: hue angle of 81.7º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDFECF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 207 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.00 |
| HSL | 81.7º | 0.96% | 0.9% | - |
| HSV(B) | 81.7º | 0.19% | 1% | - |
| XYZ | 81.63 | 93.39 | 72.76 | - |
| YUV | 243.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 207 | 0.07 | 0 | 0.19 | 0.00 | 81.7 | 0.96 | 0.9 |
| Hex | ED | FE | CF | 7 | 0 | 13 | 0 | 52 | 60 | 5A |
| Octal | 355 | 376 | 317 | 7 | 0 | 23 | 0 | 122 | 140 | 132 |
| Binary | 11101101 | 11111110 | 11001111 | 111 | 0 | 10011 | 0 | 1010010 | 1100000 | 1011010 |
Color Harmonies of #EDFECF
Complementary color
Monochromatic Colors of #EDFECF
Black with #EDFECF
Text Example
Text Example
White with #EDFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFECF; }
p { color: rgb(237,254,207); }
H1.HeaderClassName
{
color: #EDFECF;
}
.AnyTagClassName
{
color: #EDFECF;
}
</style>
background-color css
<style>
a { background-color: #EDFECF; }
a { background-color: rgb(237,254,207); }
div.DivClassName
{
background-color: #EDFECF;
}
.BgClassName
{
background-color: #EDFECF;
}
</style>
border-color css
<style>
span { border-color: #EDFECF; }
span { border-color: rgb(237,254,207); }
td.TdClassName
{
border-color: #EDFECF;
}
.TagClassName
{
border-color: #EDFECF;
}
</style>