Shades of Snow Flurry #EDF8C1
Tints of Snow Flurry #EDF8C1
RGB
CMYK
RGB Variations
Color information
#EDF8C1 (or 0xEDF8C1) is known color: Snow Flurry. HEX triplet: ED, F8 and C1. RGB value is (237,248,193). Sum of RGB (Red+Green+Blue) = 237+248+193=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 193 (75.78% from 255 or 28.47% from 678); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8C1 is #12073E. Grayscale: #EEEEEE. Windows color (decimal): -1181503 or 12712173. OLE color: 12712173.
HSL color Cylindrical-coordinate representation of color #EDF8C1: hue angle of 72º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDF8C1 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 193 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.03 |
| HSL | 72º | 0.8% | 0.86% | - |
| HSV(B) | 72º | 0.22% | 0.97% | - |
| XYZ | 78.12 | 88.99 | 63.51 | - |
| YUV | 238.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 193 | 0.04 | 0 | 0.22 | 0.03 | 72 | 0.8 | 0.86 |
| Hex | ED | F8 | C1 | 4 | 0 | 16 | 3 | 48 | 50 | 56 |
| Octal | 355 | 370 | 301 | 4 | 0 | 26 | 3 | 110 | 120 | 126 |
| Binary | 11101101 | 11111000 | 11000001 | 100 | 0 | 10110 | 11 | 1001000 | 1010000 | 1010110 |
Color Harmonies of #EDF8C1
Complementary color
Monochromatic Colors of #EDF8C1
Black with #EDF8C1
Text Example
Text Example
White with #EDF8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8C1; }
p { color: rgb(237,248,193); }
H1.HeaderClassName
{
color: #EDF8C1;
}
.AnyTagClassName
{
color: #EDF8C1;
}
</style>
background-color css
<style>
a { background-color: #EDF8C1; }
a { background-color: rgb(237,248,193); }
div.DivClassName
{
background-color: #EDF8C1;
}
.BgClassName
{
background-color: #EDF8C1;
}
</style>
border-color css
<style>
span { border-color: #EDF8C1; }
span { border-color: rgb(237,248,193); }
td.TdClassName
{
border-color: #EDF8C1;
}
.TagClassName
{
border-color: #EDF8C1;
}
</style>