Shades of Snow Flurry #EEFDCF
Tints of Snow Flurry #EEFDCF
RGB
CMYK
RGB Variations
Color information
#EEFDCF (or 0xEEFDCF) is known color: Snow Flurry. HEX triplet: EE, FD and CF. RGB value is (238,253,207). Sum of RGB (Red+Green+Blue) = 238+253+207=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDCF is #110230. Grayscale: #F3F3F3. Windows color (decimal): -1114673 or 13630958. OLE color: 13630958.
HSL color Cylindrical-coordinate representation of color #EEFDCF: hue angle of 79.57º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEFDCF is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 207 | - |
CMYK | 0.06 | 0 | 0.18 | 0.01 |
HSL | 79.57º | 0.92% | 0.9% | - |
HSV(B) | 79.57º | 0.18% | 0.99% | - |
XYZ | 81.65 | 92.93 | 72.67 | - |
YUV | 243.27 | 107.53 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 207 | 0.06 | 0 | 0.18 | 0.01 | 79.57 | 0.92 | 0.9 |
Hex | EE | FD | CF | 6 | 0 | 12 | 1 | 50 | 5C | 5A |
Octal | 356 | 375 | 317 | 6 | 0 | 22 | 1 | 120 | 134 | 132 |
Binary | 11101110 | 11111101 | 11001111 | 110 | 0 | 10010 | 1 | 1010000 | 1011100 | 1011010 |
Color Harmonies of #EEFDCF
Complementary color
Monochromatic Colors of #EEFDCF
Black with #EEFDCF
Text Example
Text Example
White with #EEFDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDCF; }
p { color: rgb(238,253,207); }
H1.HeaderClassName
{
color: #EEFDCF;
}
.AnyTagClassName
{
color: #EEFDCF;
}
</style>
background-color css
<style>
a { background-color: #EEFDCF; }
a { background-color: rgb(238,253,207); }
div.DivClassName
{
background-color: #EEFDCF;
}
.BgClassName
{
background-color: #EEFDCF;
}
</style>
border-color css
<style>
span { border-color: #EEFDCF; }
span { border-color: rgb(238,253,207); }
td.TdClassName
{
border-color: #EEFDCF;
}
.TagClassName
{
border-color: #EEFDCF;
}
</style>