Shades of Snow Flurry #EDFDC6
Tints of Snow Flurry #EDFDC6
RGB
CMYK
RGB Variations
Color information
#EDFDC6 (or 0xEDFDC6) is known color: Snow Flurry. HEX triplet: ED, FD and C6. RGB value is (237,253,198). Sum of RGB (Red+Green+Blue) = 237+253+198=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 198 (77.73% from 255 or 28.78% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC6 is #120239. Grayscale: #F2F2F2. Windows color (decimal): -1180218 or 13041133. OLE color: 13041133.
HSL color Cylindrical-coordinate representation of color #EDFDC6: hue angle of 77.45º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDFDC6 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 198 | - |
CMYK | 0.06 | 0 | 0.22 | 0.01 |
HSL | 77.45º | 0.93% | 0.88% | - |
HSV(B) | 77.45º | 0.22% | 0.99% | - |
XYZ | 80.24 | 92.33 | 67.02 | - |
YUV | 241.95 | 103.2 | 124.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 198 | 0.06 | 0 | 0.22 | 0.01 | 77.45 | 0.93 | 0.88 |
Hex | ED | FD | C6 | 6 | 0 | 16 | 1 | 4D | 5D | 58 |
Octal | 355 | 375 | 306 | 6 | 0 | 26 | 1 | 115 | 135 | 130 |
Binary | 11101101 | 11111101 | 11000110 | 110 | 0 | 10110 | 1 | 1001101 | 1011101 | 1011000 |
Color Harmonies of #EDFDC6
Complementary color
Monochromatic Colors of #EDFDC6
Black with #EDFDC6
Text Example
Text Example
White with #EDFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDC6; }
p { color: rgb(237,253,198); }
H1.HeaderClassName
{
color: #EDFDC6;
}
.AnyTagClassName
{
color: #EDFDC6;
}
</style>
background-color css
<style>
a { background-color: #EDFDC6; }
a { background-color: rgb(237,253,198); }
div.DivClassName
{
background-color: #EDFDC6;
}
.BgClassName
{
background-color: #EDFDC6;
}
</style>
border-color css
<style>
span { border-color: #EDFDC6; }
span { border-color: rgb(237,253,198); }
td.TdClassName
{
border-color: #EDFDC6;
}
.TagClassName
{
border-color: #EDFDC6;
}
</style>