Shades of Snow Flurry #EFFDD0
Tints of Snow Flurry #EFFDD0
RGB
CMYK
RGB Variations
Color information
#EFFDD0 (or 0xEFFDD0) is known color: Snow Flurry. HEX triplet: EF, FD and D0. RGB value is (239,253,208). Sum of RGB (Red+Green+Blue) = 239+253+208=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDD0 is #10022F. Grayscale: #F3F3F3. Windows color (decimal): -1049136 or 13696495. OLE color: 13696495.
HSL color Cylindrical-coordinate representation of color #EFFDD0: hue angle of 78.67º 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 #EFFDD0 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 208 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.01 |
| HSL | 78.67º | 0.92% | 0.9% | - |
| HSV(B) | 78.67º | 0.18% | 0.99% | - |
| XYZ | 82.11 | 93.16 | 73.33 | - |
| YUV | 243.68 | 107.86 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 208 | 0.06 | 0 | 0.18 | 0.01 | 78.67 | 0.92 | 0.9 |
| Hex | EF | FD | D0 | 6 | 0 | 12 | 1 | 4F | 5C | 5A |
| Octal | 357 | 375 | 320 | 6 | 0 | 22 | 1 | 117 | 134 | 132 |
| Binary | 11101111 | 11111101 | 11010000 | 110 | 0 | 10010 | 1 | 1001111 | 1011100 | 1011010 |
Color Harmonies of #EFFDD0
Complementary color
Monochromatic Colors of #EFFDD0
Black with #EFFDD0
Text Example
Text Example
White with #EFFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDD0; }
p { color: rgb(239,253,208); }
H1.HeaderClassName
{
color: #EFFDD0;
}
.AnyTagClassName
{
color: #EFFDD0;
}
</style>
background-color css
<style>
a { background-color: #EFFDD0; }
a { background-color: rgb(239,253,208); }
div.DivClassName
{
background-color: #EFFDD0;
}
.BgClassName
{
background-color: #EFFDD0;
}
</style>
border-color css
<style>
span { border-color: #EFFDD0; }
span { border-color: rgb(239,253,208); }
td.TdClassName
{
border-color: #EFFDD0;
}
.TagClassName
{
border-color: #EFFDD0;
}
</style>