Shades of Snow Flurry #EDF8CA
Tints of Snow Flurry #EDF8CA
RGB
CMYK
RGB Variations
Color information
#EDF8CA (or 0xEDF8CA) is known color: Snow Flurry. HEX triplet: ED, F8 and CA. RGB value is (237,248,202). Sum of RGB (Red+Green+Blue) = 237+248+202=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8CA is #120735. Grayscale: #EFEFEF. Windows color (decimal): -1181494 or 13301997. OLE color: 13301997.
HSL color Cylindrical-coordinate representation of color #EDF8CA: hue angle of 74.35º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDF8CA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 202 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.03 |
| HSL | 74.35º | 0.77% | 0.88% | - |
| HSV(B) | 74.35º | 0.19% | 0.97% | - |
| XYZ | 79.15 | 89.4 | 68.96 | - |
| YUV | 239.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 202 | 0.04 | 0 | 0.19 | 0.03 | 74.35 | 0.77 | 0.88 |
| Hex | ED | F8 | CA | 4 | 0 | 13 | 3 | 4A | 4D | 58 |
| Octal | 355 | 370 | 312 | 4 | 0 | 23 | 3 | 112 | 115 | 130 |
| Binary | 11101101 | 11111000 | 11001010 | 100 | 0 | 10011 | 11 | 1001010 | 1001101 | 1011000 |
Color Harmonies of #EDF8CA
Complementary color
Monochromatic Colors of #EDF8CA
Black with #EDF8CA
Text Example
Text Example
White with #EDF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8CA; }
p { color: rgb(237,248,202); }
H1.HeaderClassName
{
color: #EDF8CA;
}
.AnyTagClassName
{
color: #EDF8CA;
}
</style>
background-color css
<style>
a { background-color: #EDF8CA; }
a { background-color: rgb(237,248,202); }
div.DivClassName
{
background-color: #EDF8CA;
}
.BgClassName
{
background-color: #EDF8CA;
}
</style>
border-color css
<style>
span { border-color: #EDF8CA; }
span { border-color: rgb(237,248,202); }
td.TdClassName
{
border-color: #EDF8CA;
}
.TagClassName
{
border-color: #EDF8CA;
}
</style>