Shades of Snow Flurry #EDFCC2
Tints of Snow Flurry #EDFCC2
RGB
CMYK
RGB Variations
Color information
#EDFCC2 (or 0xEDFCC2) is known color: Snow Flurry. HEX triplet: ED, FC and C2. RGB value is (237,252,194). Sum of RGB (Red+Green+Blue) = 237+252+194=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCC2 is #12033D. Grayscale: #F1F1F1. Windows color (decimal): -1180478 or 12778733. OLE color: 12778733.
HSL color Cylindrical-coordinate representation of color #EDFCC2: hue angle of 75.52º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDFCC2 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 194 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.01 |
| HSL | 75.52º | 0.91% | 0.87% | - |
| HSV(B) | 75.52º | 0.23% | 0.99% | - |
| XYZ | 79.47 | 91.52 | 64.52 | - |
| YUV | 240.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 194 | 0.06 | 0 | 0.23 | 0.01 | 75.52 | 0.91 | 0.87 |
| Hex | ED | FC | C2 | 6 | 0 | 17 | 1 | 4C | 5B | 57 |
| Octal | 355 | 374 | 302 | 6 | 0 | 27 | 1 | 114 | 133 | 127 |
| Binary | 11101101 | 11111100 | 11000010 | 110 | 0 | 10111 | 1 | 1001100 | 1011011 | 1010111 |
Color Harmonies of #EDFCC2
Complementary color
Monochromatic Colors of #EDFCC2
Black with #EDFCC2
Text Example
Text Example
White with #EDFCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCC2; }
p { color: rgb(237,252,194); }
H1.HeaderClassName
{
color: #EDFCC2;
}
.AnyTagClassName
{
color: #EDFCC2;
}
</style>
background-color css
<style>
a { background-color: #EDFCC2; }
a { background-color: rgb(237,252,194); }
div.DivClassName
{
background-color: #EDFCC2;
}
.BgClassName
{
background-color: #EDFCC2;
}
</style>
border-color css
<style>
span { border-color: #EDFCC2; }
span { border-color: rgb(237,252,194); }
td.TdClassName
{
border-color: #EDFCC2;
}
.TagClassName
{
border-color: #EDFCC2;
}
</style>