Shades of Snow Flurry #EFFDCD
Tints of Snow Flurry #EFFDCD
RGB
CMYK
RGB Variations
Color information
#EFFDCD (or 0xEFFDCD) is known color: Snow Flurry. HEX triplet: EF, FD and CD. RGB value is (239,253,205). Sum of RGB (Red+Green+Blue) = 239+253+205=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDCD is #100232. Grayscale: #F3F3F3. Windows color (decimal): -1049139 or 13499887. OLE color: 13499887.
HSL color Cylindrical-coordinate representation of color #EFFDCD: hue angle of 77.5º 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 #EFFDCD is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 205 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.01 |
| HSL | 77.5º | 0.92% | 0.9% | - |
| HSV(B) | 77.5º | 0.19% | 0.99% | - |
| XYZ | 81.74 | 93.01 | 71.4 | - |
| YUV | 243.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 205 | 0.06 | 0 | 0.19 | 0.01 | 77.5 | 0.92 | 0.9 |
| Hex | EF | FD | CD | 6 | 0 | 13 | 1 | 4E | 5C | 5A |
| Octal | 357 | 375 | 315 | 6 | 0 | 23 | 1 | 116 | 134 | 132 |
| Binary | 11101111 | 11111101 | 11001101 | 110 | 0 | 10011 | 1 | 1001110 | 1011100 | 1011010 |
Color Harmonies of #EFFDCD
Complementary color
Monochromatic Colors of #EFFDCD
Black with #EFFDCD
Text Example
Text Example
White with #EFFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDCD; }
p { color: rgb(239,253,205); }
H1.HeaderClassName
{
color: #EFFDCD;
}
.AnyTagClassName
{
color: #EFFDCD;
}
</style>
background-color css
<style>
a { background-color: #EFFDCD; }
a { background-color: rgb(239,253,205); }
div.DivClassName
{
background-color: #EFFDCD;
}
.BgClassName
{
background-color: #EFFDCD;
}
</style>
border-color css
<style>
span { border-color: #EFFDCD; }
span { border-color: rgb(239,253,205); }
td.TdClassName
{
border-color: #EFFDCD;
}
.TagClassName
{
border-color: #EFFDCD;
}
</style>