Shades of Snow Flurry #EEF9CD
Tints of Snow Flurry #EEF9CD
RGB
CMYK
RGB Variations
Color information
#EEF9CD (or 0xEEF9CD) is known color: Snow Flurry. HEX triplet: EE, F9 and CD. RGB value is (238,249,205). Sum of RGB (Red+Green+Blue) = 238+249+205=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9CD is #110632. Grayscale: #F0F0F0. Windows color (decimal): -1115699 or 13498862. OLE color: 13498862.
HSL color Cylindrical-coordinate representation of color #EEF9CD: hue angle of 75º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEF9CD is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 249 | 205 | - |
CMYK | 0.04 | 0 | 0.18 | 0.02 |
HSL | 75º | 0.79% | 0.89% | - |
HSV(B) | 75º | 0.18% | 0.98% | - |
XYZ | 80.16 | 90.34 | 70.97 | - |
YUV | 240.7 | 107.86 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 249 | 205 | 0.04 | 0 | 0.18 | 0.02 | 75 | 0.79 | 0.89 |
Hex | EE | F9 | CD | 4 | 0 | 12 | 2 | 4B | 4F | 59 |
Octal | 356 | 371 | 315 | 4 | 0 | 22 | 2 | 113 | 117 | 131 |
Binary | 11101110 | 11111001 | 11001101 | 100 | 0 | 10010 | 10 | 1001011 | 1001111 | 1011001 |
Color Harmonies of #EEF9CD
Complementary color
Monochromatic Colors of #EEF9CD
Black with #EEF9CD
Text Example
Text Example
White with #EEF9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9CD; }
p { color: rgb(238,249,205); }
H1.HeaderClassName
{
color: #EEF9CD;
}
.AnyTagClassName
{
color: #EEF9CD;
}
</style>
background-color css
<style>
a { background-color: #EEF9CD; }
a { background-color: rgb(238,249,205); }
div.DivClassName
{
background-color: #EEF9CD;
}
.BgClassName
{
background-color: #EEF9CD;
}
</style>
border-color css
<style>
span { border-color: #EEF9CD; }
span { border-color: rgb(238,249,205); }
td.TdClassName
{
border-color: #EEF9CD;
}
.TagClassName
{
border-color: #EEF9CD;
}
</style>