Shades of Snow Flurry #EEFDC7
Tints of Snow Flurry #EEFDC7
RGB
CMYK
RGB Variations
Color information
#EEFDC7 (or 0xEEFDC7) is known color: Snow Flurry. HEX triplet: EE, FD and C7. RGB value is (238,253,199). Sum of RGB (Red+Green+Blue) = 238+253+199=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDC7 is #110238. Grayscale: #F2F2F2. Windows color (decimal): -1114681 or 13106670. OLE color: 13106670.
HSL color Cylindrical-coordinate representation of color #EEFDC7: hue angle of 76.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEFDC7 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 199 | - |
CMYK | 0.06 | 0 | 0.21 | 0.01 |
HSL | 76.67º | 0.93% | 0.89% | - |
HSV(B) | 76.67º | 0.21% | 0.99% | - |
XYZ | 80.69 | 92.55 | 67.64 | - |
YUV | 242.36 | 103.53 | 124.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 199 | 0.06 | 0 | 0.21 | 0.01 | 76.67 | 0.93 | 0.89 |
Hex | EE | FD | C7 | 6 | 0 | 15 | 1 | 4D | 5D | 59 |
Octal | 356 | 375 | 307 | 6 | 0 | 25 | 1 | 115 | 135 | 131 |
Binary | 11101110 | 11111101 | 11000111 | 110 | 0 | 10101 | 1 | 1001101 | 1011101 | 1011001 |
Color Harmonies of #EEFDC7
Complementary color
Monochromatic Colors of #EEFDC7
Black with #EEFDC7
Text Example
Text Example
White with #EEFDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDC7; }
p { color: rgb(238,253,199); }
H1.HeaderClassName
{
color: #EEFDC7;
}
.AnyTagClassName
{
color: #EEFDC7;
}
</style>
background-color css
<style>
a { background-color: #EEFDC7; }
a { background-color: rgb(238,253,199); }
div.DivClassName
{
background-color: #EEFDC7;
}
.BgClassName
{
background-color: #EEFDC7;
}
</style>
border-color css
<style>
span { border-color: #EEFDC7; }
span { border-color: rgb(238,253,199); }
td.TdClassName
{
border-color: #EEFDC7;
}
.TagClassName
{
border-color: #EEFDC7;
}
</style>