Shades of Snow Flurry #EEFBC2
Tints of Snow Flurry #EEFBC2
RGB
CMYK
RGB Variations
Color information
#EEFBC2 (or 0xEEFBC2) is known color: Snow Flurry. HEX triplet: EE, FB and C2. RGB value is (238,251,194). Sum of RGB (Red+Green+Blue) = 238+251+194=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBC2 is #11043D. Grayscale: #F0F0F0. Windows color (decimal): -1115198 or 12778478. OLE color: 12778478.
HSL color Cylindrical-coordinate representation of color #EEFBC2: hue angle of 73.68º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEFBC2 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 251 | 194 | - |
CMYK | 0.05 | 0 | 0.23 | 0.02 |
HSL | 73.68º | 0.88% | 0.87% | - |
HSV(B) | 73.68º | 0.23% | 0.98% | - |
XYZ | 79.49 | 91.07 | 64.43 | - |
YUV | 240.62 | 101.69 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 251 | 194 | 0.05 | 0 | 0.23 | 0.02 | 73.68 | 0.88 | 0.87 |
Hex | EE | FB | C2 | 5 | 0 | 17 | 2 | 4A | 58 | 57 |
Octal | 356 | 373 | 302 | 5 | 0 | 27 | 2 | 112 | 130 | 127 |
Binary | 11101110 | 11111011 | 11000010 | 101 | 0 | 10111 | 10 | 1001010 | 1011000 | 1010111 |
Color Harmonies of #EEFBC2
Complementary color
Monochromatic Colors of #EEFBC2
Black with #EEFBC2
Text Example
Text Example
White with #EEFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBC2; }
p { color: rgb(238,251,194); }
H1.HeaderClassName
{
color: #EEFBC2;
}
.AnyTagClassName
{
color: #EEFBC2;
}
</style>
background-color css
<style>
a { background-color: #EEFBC2; }
a { background-color: rgb(238,251,194); }
div.DivClassName
{
background-color: #EEFBC2;
}
.BgClassName
{
background-color: #EEFBC2;
}
</style>
border-color css
<style>
span { border-color: #EEFBC2; }
span { border-color: rgb(238,251,194); }
td.TdClassName
{
border-color: #EEFBC2;
}
.TagClassName
{
border-color: #EEFBC2;
}
</style>