Shades of Snow Flurry #EEFFCD
Tints of Snow Flurry #EEFFCD
RGB
CMYK
RGB Variations
Color information
#EEFFCD (or 0xEEFFCD) is known color: Snow Flurry. HEX triplet: EE, FF and CD. RGB value is (238,255,205). Sum of RGB (Red+Green+Blue) = 238+255+205=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 205 (80.47% from 255 or 29.37% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFCD is #110032. Grayscale: #F4F4F4. Windows color (decimal): -1114163 or 13500398. OLE color: 13500398.
HSL color Cylindrical-coordinate representation of color #EEFFCD: hue angle of 80.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEFFCD is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 238 | 255 | 205 | - |
CMYK | 0.07 | 0 | 0.20 | 0 |
HSL | 80.4º | 1% | 0.9% | - |
HSV(B) | 80.4º | 0.2% | 1% | - |
XYZ | 82.04 | 94.1 | 71.6 | - |
YUV | 244.22 | 105.87 | 123.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 255 | 205 | 0.07 | 0 | 0.20 | 0 | 80.4 | 1 | 0.9 |
Hex | EE | FF | CD | 7 | 0 | 14 | 0 | 50 | 64 | 5A |
Octal | 356 | 377 | 315 | 7 | 0 | 24 | 0 | 120 | 144 | 132 |
Binary | 11101110 | 11111111 | 11001101 | 111 | 0 | 10100 | 0 | 1010000 | 1100100 | 1011010 |
Color Harmonies of #EEFFCD
Complementary color
Monochromatic Colors of #EEFFCD
Black with #EEFFCD
Text Example
Text Example
White with #EEFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFCD; }
p { color: rgb(238,255,205); }
H1.HeaderClassName
{
color: #EEFFCD;
}
.AnyTagClassName
{
color: #EEFFCD;
}
</style>
background-color css
<style>
a { background-color: #EEFFCD; }
a { background-color: rgb(238,255,205); }
div.DivClassName
{
background-color: #EEFFCD;
}
.BgClassName
{
background-color: #EEFFCD;
}
</style>
border-color css
<style>
span { border-color: #EEFFCD; }
span { border-color: rgb(238,255,205); }
td.TdClassName
{
border-color: #EEFFCD;
}
.TagClassName
{
border-color: #EEFFCD;
}
</style>