Shades of Snow Flurry #EDFCD6
Tints of Snow Flurry #EDFCD6
RGB
CMYK
RGB Variations
Color information
#EDFCD6 (or 0xEDFCD6) is known color: Snow Flurry. HEX triplet: ED, FC and D6. RGB value is (237,252,214). Sum of RGB (Red+Green+Blue) = 237+252+214=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 214 (83.98% from 255 or 30.44% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD6 is #120329. Grayscale: #F3F3F3. Windows color (decimal): -1180458 or 14089453. OLE color: 14089453.
HSL color Cylindrical-coordinate representation of color #EDFCD6: hue angle of 83.68º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDFCD6 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 214 | - |
CMYK | 0.06 | 0 | 0.15 | 0.01 |
HSL | 83.68º | 0.86% | 0.91% | - |
HSV(B) | 83.68º | 0.15% | 0.99% | - |
XYZ | 81.87 | 92.48 | 77.15 | - |
YUV | 243.18 | 111.53 | 123.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 214 | 0.06 | 0 | 0.15 | 0.01 | 83.68 | 0.86 | 0.91 |
Hex | ED | FC | D6 | 6 | 0 | F | 1 | 54 | 56 | 5B |
Octal | 355 | 374 | 326 | 6 | 0 | 17 | 1 | 124 | 126 | 133 |
Binary | 11101101 | 11111100 | 11010110 | 110 | 0 | 1111 | 1 | 1010100 | 1010110 | 1011011 |
Color Harmonies of #EDFCD6
Complementary color
Monochromatic Colors of #EDFCD6
Black with #EDFCD6
Text Example
Text Example
White with #EDFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCD6; }
p { color: rgb(237,252,214); }
H1.HeaderClassName
{
color: #EDFCD6;
}
.AnyTagClassName
{
color: #EDFCD6;
}
</style>
background-color css
<style>
a { background-color: #EDFCD6; }
a { background-color: rgb(237,252,214); }
div.DivClassName
{
background-color: #EDFCD6;
}
.BgClassName
{
background-color: #EDFCD6;
}
</style>
border-color css
<style>
span { border-color: #EDFCD6; }
span { border-color: rgb(237,252,214); }
td.TdClassName
{
border-color: #EDFCD6;
}
.TagClassName
{
border-color: #EDFCD6;
}
</style>