Shades of Snow Flurry #EEFED3
Tints of Snow Flurry #EEFED3
RGB
CMYK
RGB Variations
Color information
#EEFED3 (or 0xEEFED3) is known color: Snow Flurry. HEX triplet: EE, FE and D3. RGB value is (238,254,211). Sum of RGB (Red+Green+Blue) = 238+254+211=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED3 is #11012C. Grayscale: #F4F4F4. Windows color (decimal): -1114413 or 13893358. OLE color: 13893358.
HSL color Cylindrical-coordinate representation of color #EEFED3: hue angle of 82.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEFED3 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 254 | 211 | - |
CMYK | 0.06 | 0 | 0.17 | 0.00 |
HSL | 82.33º | 0.96% | 0.91% | - |
HSV(B) | 82.33º | 0.17% | 1% | - |
XYZ | 82.46 | 93.76 | 75.38 | - |
YUV | 244.31 | 109.2 | 123.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 254 | 211 | 0.06 | 0 | 0.17 | 0.00 | 82.33 | 0.96 | 0.91 |
Hex | EE | FE | D3 | 6 | 0 | 11 | 0 | 52 | 60 | 5B |
Octal | 356 | 376 | 323 | 6 | 0 | 21 | 0 | 122 | 140 | 133 |
Binary | 11101110 | 11111110 | 11010011 | 110 | 0 | 10001 | 0 | 1010010 | 1100000 | 1011011 |
Color Harmonies of #EEFED3
Complementary color
Monochromatic Colors of #EEFED3
Black with #EEFED3
Text Example
Text Example
White with #EEFED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFED3; }
p { color: rgb(238,254,211); }
H1.HeaderClassName
{
color: #EEFED3;
}
.AnyTagClassName
{
color: #EEFED3;
}
</style>
background-color css
<style>
a { background-color: #EEFED3; }
a { background-color: rgb(238,254,211); }
div.DivClassName
{
background-color: #EEFED3;
}
.BgClassName
{
background-color: #EEFED3;
}
</style>
border-color css
<style>
span { border-color: #EEFED3; }
span { border-color: rgb(238,254,211); }
td.TdClassName
{
border-color: #EEFED3;
}
.TagClassName
{
border-color: #EEFED3;
}
</style>