Shades of Snow Flurry #EEFEC2
Tints of Snow Flurry #EEFEC2
RGB
CMYK
RGB Variations
Color information
#EEFEC2 (or 0xEEFEC2) is known color: Snow Flurry. HEX triplet: EE, FE and C2. RGB value is (238,254,194). Sum of RGB (Red+Green+Blue) = 238+254+194=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 194 (76.17% from 255 or 28.28% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFEC2 is #11013D. Grayscale: #F2F2F2. Windows color (decimal): -1114430 or 12779246. OLE color: 12779246.
HSL color Cylindrical-coordinate representation of color #EEFEC2: hue angle of 76º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEFEC2 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 238 | 254 | 194 | - |
CMYK | 0.06 | 0 | 0.24 | 0.00 |
HSL | 76º | 0.97% | 0.88% | - |
HSV(B) | 76º | 0.24% | 1% | - |
XYZ | 80.44 | 92.96 | 64.74 | - |
YUV | 242.38 | 100.7 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 254 | 194 | 0.06 | 0 | 0.24 | 0.00 | 76 | 0.97 | 0.88 |
Hex | EE | FE | C2 | 6 | 0 | 18 | 0 | 4C | 61 | 58 |
Octal | 356 | 376 | 302 | 6 | 0 | 30 | 0 | 114 | 141 | 130 |
Binary | 11101110 | 11111110 | 11000010 | 110 | 0 | 11000 | 0 | 1001100 | 1100001 | 1011000 |
Color Harmonies of #EEFEC2
Complementary color
Monochromatic Colors of #EEFEC2
Black with #EEFEC2
Text Example
Text Example
White with #EEFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFEC2; }
p { color: rgb(238,254,194); }
H1.HeaderClassName
{
color: #EEFEC2;
}
.AnyTagClassName
{
color: #EEFEC2;
}
</style>
background-color css
<style>
a { background-color: #EEFEC2; }
a { background-color: rgb(238,254,194); }
div.DivClassName
{
background-color: #EEFEC2;
}
.BgClassName
{
background-color: #EEFEC2;
}
</style>
border-color css
<style>
span { border-color: #EEFEC2; }
span { border-color: rgb(238,254,194); }
td.TdClassName
{
border-color: #EEFEC2;
}
.TagClassName
{
border-color: #EEFEC2;
}
</style>