Shades of Snow Flurry #EDF9CA
Tints of Snow Flurry #EDF9CA
RGB
CMYK
RGB Variations
Color information
#EDF9CA (or 0xEDF9CA) is known color: Snow Flurry. HEX triplet: ED, F9 and CA. RGB value is (237,249,202). Sum of RGB (Red+Green+Blue) = 237+249+202=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9CA is #120635. Grayscale: #F0F0F0. Windows color (decimal): -1181238 or 13302253. OLE color: 13302253.
HSL color Cylindrical-coordinate representation of color #EDF9CA: hue angle of 75.32º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDF9CA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 202 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.02 |
| HSL | 75.32º | 0.8% | 0.88% | - |
| HSV(B) | 75.32º | 0.19% | 0.98% | - |
| XYZ | 79.46 | 90.02 | 69.06 | - |
| YUV | 240.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 202 | 0.05 | 0 | 0.19 | 0.02 | 75.32 | 0.8 | 0.88 |
| Hex | ED | F9 | CA | 5 | 0 | 13 | 2 | 4B | 50 | 58 |
| Octal | 355 | 371 | 312 | 5 | 0 | 23 | 2 | 113 | 120 | 130 |
| Binary | 11101101 | 11111001 | 11001010 | 101 | 0 | 10011 | 10 | 1001011 | 1010000 | 1011000 |
Color Harmonies of #EDF9CA
Complementary color
Monochromatic Colors of #EDF9CA
Black with #EDF9CA
Text Example
Text Example
White with #EDF9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9CA; }
p { color: rgb(237,249,202); }
H1.HeaderClassName
{
color: #EDF9CA;
}
.AnyTagClassName
{
color: #EDF9CA;
}
</style>
background-color css
<style>
a { background-color: #EDF9CA; }
a { background-color: rgb(237,249,202); }
div.DivClassName
{
background-color: #EDF9CA;
}
.BgClassName
{
background-color: #EDF9CA;
}
</style>
border-color css
<style>
span { border-color: #EDF9CA; }
span { border-color: rgb(237,249,202); }
td.TdClassName
{
border-color: #EDF9CA;
}
.TagClassName
{
border-color: #EDF9CA;
}
</style>