Shades of Snow Flurry #EDFFC3
Tints of Snow Flurry #EDFFC3
RGB
CMYK
RGB Variations
Color information
#EDFFC3 (or 0xEDFFC3) is known color: Snow Flurry. HEX triplet: ED, FF and C3. RGB value is (237,255,195). Sum of RGB (Red+Green+Blue) = 237+255+195=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 195 (76.56% from 255 or 28.38% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFC3 is #12003C. Grayscale: #F2F2F2. Windows color (decimal): -1179709 or 12845037. OLE color: 12845037.
HSL color Cylindrical-coordinate representation of color #EDFFC3: hue angle of 78º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDFFC3 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 195 | - |
| CMYK | 0.07 | 0 | 0.24 | 0 |
| HSL | 78º | 1% | 0.88% | - |
| HSV(B) | 78º | 0.24% | 1% | - |
| XYZ | 80.54 | 93.46 | 65.43 | - |
| YUV | 242.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 195 | 0.07 | 0 | 0.24 | 0 | 78 | 1 | 0.88 |
| Hex | ED | FF | C3 | 7 | 0 | 18 | 0 | 4E | 64 | 58 |
| Octal | 355 | 377 | 303 | 7 | 0 | 30 | 0 | 116 | 144 | 130 |
| Binary | 11101101 | 11111111 | 11000011 | 111 | 0 | 11000 | 0 | 1001110 | 1100100 | 1011000 |
Color Harmonies of #EDFFC3
Complementary color
Monochromatic Colors of #EDFFC3
Black with #EDFFC3
Text Example
Text Example
White with #EDFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFC3; }
p { color: rgb(237,255,195); }
H1.HeaderClassName
{
color: #EDFFC3;
}
.AnyTagClassName
{
color: #EDFFC3;
}
</style>
background-color css
<style>
a { background-color: #EDFFC3; }
a { background-color: rgb(237,255,195); }
div.DivClassName
{
background-color: #EDFFC3;
}
.BgClassName
{
background-color: #EDFFC3;
}
</style>
border-color css
<style>
span { border-color: #EDFFC3; }
span { border-color: rgb(237,255,195); }
td.TdClassName
{
border-color: #EDFFC3;
}
.TagClassName
{
border-color: #EDFFC3;
}
</style>