Shades of Snow Flurry #EDFDC1
Tints of Snow Flurry #EDFDC1
RGB
CMYK
RGB Variations
Color information
#EDFDC1 (or 0xEDFDC1) is known color: Snow Flurry. HEX triplet: ED, FD and C1. RGB value is (237,253,193). Sum of RGB (Red+Green+Blue) = 237+253+193=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 193 (75.78% from 255 or 28.26% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC1 is #12023E. Grayscale: #F1F1F1. Windows color (decimal): -1180223 or 12713453. OLE color: 12713453.
HSL color Cylindrical-coordinate representation of color #EDFDC1: hue angle of 76º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDFDC1 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 193 | - |
CMYK | 0.06 | 0 | 0.24 | 0.01 |
HSL | 76º | 0.94% | 0.87% | - |
HSV(B) | 76º | 0.24% | 0.99% | - |
XYZ | 79.68 | 92.11 | 64.03 | - |
YUV | 241.38 | 100.7 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 193 | 0.06 | 0 | 0.24 | 0.01 | 76 | 0.94 | 0.87 |
Hex | ED | FD | C1 | 6 | 0 | 18 | 1 | 4C | 5E | 57 |
Octal | 355 | 375 | 301 | 6 | 0 | 30 | 1 | 114 | 136 | 127 |
Binary | 11101101 | 11111101 | 11000001 | 110 | 0 | 11000 | 1 | 1001100 | 1011110 | 1010111 |
Color Harmonies of #EDFDC1
Complementary color
Monochromatic Colors of #EDFDC1
Black with #EDFDC1
Text Example
Text Example
White with #EDFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDC1; }
p { color: rgb(237,253,193); }
H1.HeaderClassName
{
color: #EDFDC1;
}
.AnyTagClassName
{
color: #EDFDC1;
}
</style>
background-color css
<style>
a { background-color: #EDFDC1; }
a { background-color: rgb(237,253,193); }
div.DivClassName
{
background-color: #EDFDC1;
}
.BgClassName
{
background-color: #EDFDC1;
}
</style>
border-color css
<style>
span { border-color: #EDFDC1; }
span { border-color: rgb(237,253,193); }
td.TdClassName
{
border-color: #EDFDC1;
}
.TagClassName
{
border-color: #EDFDC1;
}
</style>