Shades of Snow Flurry #EFFDD4
Tints of Snow Flurry #EFFDD4
RGB
CMYK
RGB Variations
Color information
#EFFDD4 (or 0xEFFDD4) is known color: Snow Flurry. HEX triplet: EF, FD and D4. RGB value is (239,253,212). Sum of RGB (Red+Green+Blue) = 239+253+212=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 212 (83.20% from 255 or 30.11% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDD4 is #10022B. Grayscale: #F4F4F4. Windows color (decimal): -1049132 or 13958639. OLE color: 13958639.
HSL color Cylindrical-coordinate representation of color #EFFDD4: hue angle of 80.49º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFFDD4 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 212 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.01 |
| HSL | 80.49º | 0.91% | 0.91% | - |
| HSV(B) | 80.49º | 0.16% | 0.99% | - |
| XYZ | 82.61 | 93.35 | 75.95 | - |
| YUV | 244.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 212 | 0.06 | 0 | 0.16 | 0.01 | 80.49 | 0.91 | 0.91 |
| Hex | EF | FD | D4 | 6 | 0 | 10 | 1 | 50 | 5B | 5B |
| Octal | 357 | 375 | 324 | 6 | 0 | 20 | 1 | 120 | 133 | 133 |
| Binary | 11101111 | 11111101 | 11010100 | 110 | 0 | 10000 | 1 | 1010000 | 1011011 | 1011011 |
Color Harmonies of #EFFDD4
Complementary color
Monochromatic Colors of #EFFDD4
Black with #EFFDD4
Text Example
Text Example
White with #EFFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDD4; }
p { color: rgb(239,253,212); }
H1.HeaderClassName
{
color: #EFFDD4;
}
.AnyTagClassName
{
color: #EFFDD4;
}
</style>
background-color css
<style>
a { background-color: #EFFDD4; }
a { background-color: rgb(239,253,212); }
div.DivClassName
{
background-color: #EFFDD4;
}
.BgClassName
{
background-color: #EFFDD4;
}
</style>
border-color css
<style>
span { border-color: #EFFDD4; }
span { border-color: rgb(239,253,212); }
td.TdClassName
{
border-color: #EFFDD4;
}
.TagClassName
{
border-color: #EFFDD4;
}
</style>