Shades of Snow Flurry #EEFDC1
Tints of Snow Flurry #EEFDC1
RGB
CMYK
RGB Variations
Color information
#EEFDC1 (or 0xEEFDC1) is known color: Snow Flurry. HEX triplet: EE, FD and C1. RGB value is (238,253,193). Sum of RGB (Red+Green+Blue) = 238+253+193=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 193 (75.78% from 255 or 28.22% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDC1 is #11023E. Grayscale: #F1F1F1. Windows color (decimal): -1114687 or 12713454. OLE color: 12713454.
HSL color Cylindrical-coordinate representation of color #EEFDC1: hue angle of 75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEFDC1 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 193 | - |
CMYK | 0.06 | 0 | 0.24 | 0.01 |
HSL | 75º | 0.94% | 0.87% | - |
HSV(B) | 75º | 0.24% | 0.99% | - |
XYZ | 80.01 | 92.28 | 64.05 | - |
YUV | 241.68 | 100.53 | 125.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 193 | 0.06 | 0 | 0.24 | 0.01 | 75 | 0.94 | 0.87 |
Hex | EE | FD | C1 | 6 | 0 | 18 | 1 | 4B | 5E | 57 |
Octal | 356 | 375 | 301 | 6 | 0 | 30 | 1 | 113 | 136 | 127 |
Binary | 11101110 | 11111101 | 11000001 | 110 | 0 | 11000 | 1 | 1001011 | 1011110 | 1010111 |
Color Harmonies of #EEFDC1
Complementary color
Monochromatic Colors of #EEFDC1
Black with #EEFDC1
Text Example
Text Example
White with #EEFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDC1; }
p { color: rgb(238,253,193); }
H1.HeaderClassName
{
color: #EEFDC1;
}
.AnyTagClassName
{
color: #EEFDC1;
}
</style>
background-color css
<style>
a { background-color: #EEFDC1; }
a { background-color: rgb(238,253,193); }
div.DivClassName
{
background-color: #EEFDC1;
}
.BgClassName
{
background-color: #EEFDC1;
}
</style>
border-color css
<style>
span { border-color: #EEFDC1; }
span { border-color: rgb(238,253,193); }
td.TdClassName
{
border-color: #EEFDC1;
}
.TagClassName
{
border-color: #EEFDC1;
}
</style>