Shades of Snow Flurry #EEFAD6
Tints of Snow Flurry #EEFAD6
RGB
CMYK
RGB Variations
Color information
#EEFAD6 (or 0xEEFAD6) is known color: Snow Flurry. HEX triplet: EE, FA and D6. RGB value is (238,250,214). Sum of RGB (Red+Green+Blue) = 238+250+214=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAD6 is #110529. Grayscale: #F2F2F2. Windows color (decimal): -1115434 or 14088942. OLE color: 14088942.
HSL color Cylindrical-coordinate representation of color #EEFAD6: hue angle of 80º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEFAD6 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 250 | 214 | - |
CMYK | 0.05 | 0 | 0.14 | 0.02 |
HSL | 80º | 0.78% | 0.91% | - |
HSV(B) | 80º | 0.14% | 0.98% | - |
XYZ | 81.58 | 91.4 | 76.96 | - |
YUV | 242.31 | 112.02 | 124.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 250 | 214 | 0.05 | 0 | 0.14 | 0.02 | 80 | 0.78 | 0.91 |
Hex | EE | FA | D6 | 5 | 0 | E | 2 | 50 | 4E | 5B |
Octal | 356 | 372 | 326 | 5 | 0 | 16 | 2 | 120 | 116 | 133 |
Binary | 11101110 | 11111010 | 11010110 | 101 | 0 | 1110 | 10 | 1010000 | 1001110 | 1011011 |
Color Harmonies of #EEFAD6
Complementary color
Monochromatic Colors of #EEFAD6
Black with #EEFAD6
Text Example
Text Example
White with #EEFAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFAD6; }
p { color: rgb(238,250,214); }
H1.HeaderClassName
{
color: #EEFAD6;
}
.AnyTagClassName
{
color: #EEFAD6;
}
</style>
background-color css
<style>
a { background-color: #EEFAD6; }
a { background-color: rgb(238,250,214); }
div.DivClassName
{
background-color: #EEFAD6;
}
.BgClassName
{
background-color: #EEFAD6;
}
</style>
border-color css
<style>
span { border-color: #EEFAD6; }
span { border-color: rgb(238,250,214); }
td.TdClassName
{
border-color: #EEFAD6;
}
.TagClassName
{
border-color: #EEFAD6;
}
</style>