Shades of Snow Flurry #EDFCC0
Tints of Snow Flurry #EDFCC0
RGB
CMYK
RGB Variations
Color information
#EDFCC0 (or 0xEDFCC0) is known color: Snow Flurry. HEX triplet: ED, FC and C0. RGB value is (237,252,192). Sum of RGB (Red+Green+Blue) = 237+252+192=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCC0 is #12033F. Grayscale: #F0F0F0. Windows color (decimal): -1180480 or 12647661. OLE color: 12647661.
HSL color Cylindrical-coordinate representation of color #EDFCC0: hue angle of 75º degrees, saturation: 0.91, 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 #EDFCC0 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 192 | - |
CMYK | 0.06 | 0 | 0.24 | 0.01 |
HSL | 75º | 0.91% | 0.87% | - |
HSV(B) | 75º | 0.24% | 0.99% | - |
XYZ | 79.25 | 91.43 | 63.34 | - |
YUV | 240.68 | 100.53 | 125.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 192 | 0.06 | 0 | 0.24 | 0.01 | 75 | 0.91 | 0.87 |
Hex | ED | FC | C0 | 6 | 0 | 18 | 1 | 4B | 5B | 57 |
Octal | 355 | 374 | 300 | 6 | 0 | 30 | 1 | 113 | 133 | 127 |
Binary | 11101101 | 11111100 | 11000000 | 110 | 0 | 11000 | 1 | 1001011 | 1011011 | 1010111 |
Color Harmonies of #EDFCC0
Complementary color
Monochromatic Colors of #EDFCC0
Black with #EDFCC0
Text Example
Text Example
White with #EDFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCC0; }
p { color: rgb(237,252,192); }
H1.HeaderClassName
{
color: #EDFCC0;
}
.AnyTagClassName
{
color: #EDFCC0;
}
</style>
background-color css
<style>
a { background-color: #EDFCC0; }
a { background-color: rgb(237,252,192); }
div.DivClassName
{
background-color: #EDFCC0;
}
.BgClassName
{
background-color: #EDFCC0;
}
</style>
border-color css
<style>
span { border-color: #EDFCC0; }
span { border-color: rgb(237,252,192); }
td.TdClassName
{
border-color: #EDFCC0;
}
.TagClassName
{
border-color: #EDFCC0;
}
</style>