Shades of Snow Flurry #EFFDD3
Tints of Snow Flurry #EFFDD3
RGB
CMYK
RGB Variations
Color information
#EFFDD3 (or 0xEFFDD3) is known color: Snow Flurry. HEX triplet: EF, FD and D3. RGB value is (239,253,211). Sum of RGB (Red+Green+Blue) = 239+253+211=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDD3 is #10022C. Grayscale: #F4F4F4. Windows color (decimal): -1049133 or 13893103. OLE color: 13893103.
HSL color Cylindrical-coordinate representation of color #EFFDD3: hue angle of 80º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFFDD3 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 211 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.01 |
| HSL | 80º | 0.91% | 0.91% | - |
| HSV(B) | 80º | 0.17% | 0.99% | - |
| XYZ | 82.48 | 93.3 | 75.29 | - |
| YUV | 244.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 211 | 0.06 | 0 | 0.17 | 0.01 | 80 | 0.91 | 0.91 |
| Hex | EF | FD | D3 | 6 | 0 | 11 | 1 | 50 | 5B | 5B |
| Octal | 357 | 375 | 323 | 6 | 0 | 21 | 1 | 120 | 133 | 133 |
| Binary | 11101111 | 11111101 | 11010011 | 110 | 0 | 10001 | 1 | 1010000 | 1011011 | 1011011 |
Color Harmonies of #EFFDD3
Complementary color
Monochromatic Colors of #EFFDD3
Black with #EFFDD3
Text Example
Text Example
White with #EFFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDD3; }
p { color: rgb(239,253,211); }
H1.HeaderClassName
{
color: #EFFDD3;
}
.AnyTagClassName
{
color: #EFFDD3;
}
</style>
background-color css
<style>
a { background-color: #EFFDD3; }
a { background-color: rgb(239,253,211); }
div.DivClassName
{
background-color: #EFFDD3;
}
.BgClassName
{
background-color: #EFFDD3;
}
</style>
border-color css
<style>
span { border-color: #EFFDD3; }
span { border-color: rgb(239,253,211); }
td.TdClassName
{
border-color: #EFFDD3;
}
.TagClassName
{
border-color: #EFFDD3;
}
</style>