Shades of Snow Flurry #EEFDC8
Tints of Snow Flurry #EEFDC8
RGB
CMYK
RGB Variations
Color information
#EEFDC8 (or 0xEEFDC8) is known color: Snow Flurry. HEX triplet: EE, FD and C8. RGB value is (238,253,200). Sum of RGB (Red+Green+Blue) = 238+253+200=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 200 (78.52% from 255 or 28.94% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDC8 is #110237. Grayscale: #F2F2F2. Windows color (decimal): -1114680 or 13172206. OLE color: 13172206.
HSL color Cylindrical-coordinate representation of color #EEFDC8: hue angle of 76.98º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEFDC8 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 200 | - |
CMYK | 0.06 | 0 | 0.21 | 0.01 |
HSL | 76.98º | 0.93% | 0.89% | - |
HSV(B) | 76.98º | 0.21% | 0.99% | - |
XYZ | 80.81 | 92.6 | 68.26 | - |
YUV | 242.47 | 104.03 | 124.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 200 | 0.06 | 0 | 0.21 | 0.01 | 76.98 | 0.93 | 0.89 |
Hex | EE | FD | C8 | 6 | 0 | 15 | 1 | 4D | 5D | 59 |
Octal | 356 | 375 | 310 | 6 | 0 | 25 | 1 | 115 | 135 | 131 |
Binary | 11101110 | 11111101 | 11001000 | 110 | 0 | 10101 | 1 | 1001101 | 1011101 | 1011001 |
Color Harmonies of #EEFDC8
Complementary color
Monochromatic Colors of #EEFDC8
Black with #EEFDC8
Text Example
Text Example
White with #EEFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDC8; }
p { color: rgb(238,253,200); }
H1.HeaderClassName
{
color: #EEFDC8;
}
.AnyTagClassName
{
color: #EEFDC8;
}
</style>
background-color css
<style>
a { background-color: #EEFDC8; }
a { background-color: rgb(238,253,200); }
div.DivClassName
{
background-color: #EEFDC8;
}
.BgClassName
{
background-color: #EEFDC8;
}
</style>
border-color css
<style>
span { border-color: #EEFDC8; }
span { border-color: rgb(238,253,200); }
td.TdClassName
{
border-color: #EEFDC8;
}
.TagClassName
{
border-color: #EEFDC8;
}
</style>