Shades of Snow Flurry #EEFFD0
Tints of Snow Flurry #EEFFD0
RGB
CMYK
RGB Variations
Color information
#EEFFD0 (or 0xEEFFD0) is known color: Snow Flurry. HEX triplet: EE, FF and D0. RGB value is (238,255,208). Sum of RGB (Red+Green+Blue) = 238+255+208=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFD0 is #11002F. Grayscale: #F4F4F4. Windows color (decimal): -1114160 or 13697006. OLE color: 13697006.
HSL color Cylindrical-coordinate representation of color #EEFFD0: hue angle of 81.7º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEFFD0 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 255 | 208 | - |
CMYK | 0.07 | 0 | 0.18 | 0 |
HSL | 81.7º | 1% | 0.91% | - |
HSV(B) | 81.7º | 0.18% | 1% | - |
XYZ | 82.41 | 94.25 | 73.52 | - |
YUV | 244.56 | 107.37 | 123.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 255 | 208 | 0.07 | 0 | 0.18 | 0 | 81.7 | 1 | 0.91 |
Hex | EE | FF | D0 | 7 | 0 | 12 | 0 | 52 | 64 | 5B |
Octal | 356 | 377 | 320 | 7 | 0 | 22 | 0 | 122 | 144 | 133 |
Binary | 11101110 | 11111111 | 11010000 | 111 | 0 | 10010 | 0 | 1010010 | 1100100 | 1011011 |
Color Harmonies of #EEFFD0
Complementary color
Monochromatic Colors of #EEFFD0
Black with #EEFFD0
Text Example
Text Example
White with #EEFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFD0; }
p { color: rgb(238,255,208); }
H1.HeaderClassName
{
color: #EEFFD0;
}
.AnyTagClassName
{
color: #EEFFD0;
}
</style>
background-color css
<style>
a { background-color: #EEFFD0; }
a { background-color: rgb(238,255,208); }
div.DivClassName
{
background-color: #EEFFD0;
}
.BgClassName
{
background-color: #EEFFD0;
}
</style>
border-color css
<style>
span { border-color: #EEFFD0; }
span { border-color: rgb(238,255,208); }
td.TdClassName
{
border-color: #EEFFD0;
}
.TagClassName
{
border-color: #EEFFD0;
}
</style>