Shades of Snow Flurry #EEFDCD
Tints of Snow Flurry #EEFDCD
RGB
CMYK
RGB Variations
Color information
#EEFDCD (or 0xEEFDCD) is known color: Snow Flurry. HEX triplet: EE, FD and CD. RGB value is (238,253,205). Sum of RGB (Red+Green+Blue) = 238+253+205=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 205 (80.47% from 255 or 29.45% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDCD is #110232. Grayscale: #F3F3F3. Windows color (decimal): -1114675 or 13499886. OLE color: 13499886.
HSL color Cylindrical-coordinate representation of color #EEFDCD: hue angle of 78.75º 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 #EEFDCD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 205 | - |
CMYK | 0.06 | 0 | 0.19 | 0.01 |
HSL | 78.75º | 0.92% | 0.9% | - |
HSV(B) | 78.75º | 0.19% | 0.99% | - |
XYZ | 81.4 | 92.84 | 71.39 | - |
YUV | 243.04 | 106.53 | 124.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 205 | 0.06 | 0 | 0.19 | 0.01 | 78.75 | 0.92 | 0.9 |
Hex | EE | FD | CD | 6 | 0 | 13 | 1 | 4F | 5C | 5A |
Octal | 356 | 375 | 315 | 6 | 0 | 23 | 1 | 117 | 134 | 132 |
Binary | 11101110 | 11111101 | 11001101 | 110 | 0 | 10011 | 1 | 1001111 | 1011100 | 1011010 |
Color Harmonies of #EEFDCD
Complementary color
Monochromatic Colors of #EEFDCD
Black with #EEFDCD
Text Example
Text Example
White with #EEFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDCD; }
p { color: rgb(238,253,205); }
H1.HeaderClassName
{
color: #EEFDCD;
}
.AnyTagClassName
{
color: #EEFDCD;
}
</style>
background-color css
<style>
a { background-color: #EEFDCD; }
a { background-color: rgb(238,253,205); }
div.DivClassName
{
background-color: #EEFDCD;
}
.BgClassName
{
background-color: #EEFDCD;
}
</style>
border-color css
<style>
span { border-color: #EEFDCD; }
span { border-color: rgb(238,253,205); }
td.TdClassName
{
border-color: #EEFDCD;
}
.TagClassName
{
border-color: #EEFDCD;
}
</style>