Shades of Snow Flurry #EDFFD4
Tints of Snow Flurry #EDFFD4
RGB
CMYK
RGB Variations
Color information
#EDFFD4 (or 0xEDFFD4) is known color: Snow Flurry. HEX triplet: ED, FF and D4. RGB value is (237,255,212). Sum of RGB (Red+Green+Blue) = 237+255+212=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 212 (83.20% from 255 or 30.11% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD4 is #12002B. Grayscale: #F4F4F4. Windows color (decimal): -1179692 or 13959149. OLE color: 13959149.
HSL color Cylindrical-coordinate representation of color #EDFFD4: hue angle of 85.12º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDFFD4 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 255 | 212 | - |
CMYK | 0.07 | 0 | 0.17 | 0 |
HSL | 85.12º | 1% | 0.92% | - |
HSV(B) | 85.12º | 0.17% | 1% | - |
XYZ | 82.57 | 94.28 | 76.13 | - |
YUV | 244.72 | 109.54 | 122.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 255 | 212 | 0.07 | 0 | 0.17 | 0 | 85.12 | 1 | 0.92 |
Hex | ED | FF | D4 | 7 | 0 | 11 | 0 | 55 | 64 | 5C |
Octal | 355 | 377 | 324 | 7 | 0 | 21 | 0 | 125 | 144 | 134 |
Binary | 11101101 | 11111111 | 11010100 | 111 | 0 | 10001 | 0 | 1010101 | 1100100 | 1011100 |
Color Harmonies of #EDFFD4
Complementary color
Monochromatic Colors of #EDFFD4
Black with #EDFFD4
Text Example
Text Example
White with #EDFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFD4; }
p { color: rgb(237,255,212); }
H1.HeaderClassName
{
color: #EDFFD4;
}
.AnyTagClassName
{
color: #EDFFD4;
}
</style>
background-color css
<style>
a { background-color: #EDFFD4; }
a { background-color: rgb(237,255,212); }
div.DivClassName
{
background-color: #EDFFD4;
}
.BgClassName
{
background-color: #EDFFD4;
}
</style>
border-color css
<style>
span { border-color: #EDFFD4; }
span { border-color: rgb(237,255,212); }
td.TdClassName
{
border-color: #EDFFD4;
}
.TagClassName
{
border-color: #EDFFD4;
}
</style>