Shades of Snow Flurry #EEFDCE
Tints of Snow Flurry #EEFDCE
RGB
CMYK
RGB Variations
Color information
#EEFDCE (or 0xEEFDCE) is known color: Snow Flurry. HEX triplet: EE, FD and CE. RGB value is (238,253,206). Sum of RGB (Red+Green+Blue) = 238+253+206=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDCE is #110231. Grayscale: #F3F3F3. Windows color (decimal): -1114674 or 13565422. OLE color: 13565422.
HSL color Cylindrical-coordinate representation of color #EEFDCE: hue angle of 79.15º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEFDCE is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 206 | - |
CMYK | 0.06 | 0 | 0.19 | 0.01 |
HSL | 79.15º | 0.92% | 0.9% | - |
HSV(B) | 79.15º | 0.19% | 0.99% | - |
XYZ | 81.53 | 92.88 | 72.02 | - |
YUV | 243.16 | 107.03 | 124.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 206 | 0.06 | 0 | 0.19 | 0.01 | 79.15 | 0.92 | 0.9 |
Hex | EE | FD | CE | 6 | 0 | 13 | 1 | 4F | 5C | 5A |
Octal | 356 | 375 | 316 | 6 | 0 | 23 | 1 | 117 | 134 | 132 |
Binary | 11101110 | 11111101 | 11001110 | 110 | 0 | 10011 | 1 | 1001111 | 1011100 | 1011010 |
Color Harmonies of #EEFDCE
Complementary color
Monochromatic Colors of #EEFDCE
Black with #EEFDCE
Text Example
Text Example
White with #EEFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDCE; }
p { color: rgb(238,253,206); }
H1.HeaderClassName
{
color: #EEFDCE;
}
.AnyTagClassName
{
color: #EEFDCE;
}
</style>
background-color css
<style>
a { background-color: #EEFDCE; }
a { background-color: rgb(238,253,206); }
div.DivClassName
{
background-color: #EEFDCE;
}
.BgClassName
{
background-color: #EEFDCE;
}
</style>
border-color css
<style>
span { border-color: #EEFDCE; }
span { border-color: rgb(238,253,206); }
td.TdClassName
{
border-color: #EEFDCE;
}
.TagClassName
{
border-color: #EEFDCE;
}
</style>