Shades of Snow Flurry #EEFDD3
Tints of Snow Flurry #EEFDD3
RGB
CMYK
RGB Variations
Color information
#EEFDD3 (or 0xEEFDD3) is known color: Snow Flurry. HEX triplet: EE, FD and D3. RGB value is (238,253,211). Sum of RGB (Red+Green+Blue) = 238+253+211=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 211 (82.81% from 255 or 30.06% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD3 is #11022C. Grayscale: #F3F3F3. Windows color (decimal): -1114669 or 13893102. OLE color: 13893102.
HSL color Cylindrical-coordinate representation of color #EEFDD3: hue angle of 81.43º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEFDD3 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 253 | 211 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.01 |
| HSL | 81.43º | 0.91% | 0.91% | - |
| HSV(B) | 81.43º | 0.17% | 0.99% | - |
| XYZ | 82.14 | 93.13 | 75.27 | - |
| YUV | 243.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 253 | 211 | 0.06 | 0 | 0.17 | 0.01 | 81.43 | 0.91 | 0.91 |
| Hex | EE | FD | D3 | 6 | 0 | 11 | 1 | 51 | 5B | 5B |
| Octal | 356 | 375 | 323 | 6 | 0 | 21 | 1 | 121 | 133 | 133 |
| Binary | 11101110 | 11111101 | 11010011 | 110 | 0 | 10001 | 1 | 1010001 | 1011011 | 1011011 |
Color Harmonies of #EEFDD3
Complementary color
Monochromatic Colors of #EEFDD3
Black with #EEFDD3
Text Example
Text Example
White with #EEFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDD3; }
p { color: rgb(238,253,211); }
H1.HeaderClassName
{
color: #EEFDD3;
}
.AnyTagClassName
{
color: #EEFDD3;
}
</style>
background-color css
<style>
a { background-color: #EEFDD3; }
a { background-color: rgb(238,253,211); }
div.DivClassName
{
background-color: #EEFDD3;
}
.BgClassName
{
background-color: #EEFDD3;
}
</style>
border-color css
<style>
span { border-color: #EEFDD3; }
span { border-color: rgb(238,253,211); }
td.TdClassName
{
border-color: #EEFDD3;
}
.TagClassName
{
border-color: #EEFDD3;
}
</style>