Shades of Snow Flurry #EFFBCF
Tints of Snow Flurry #EFFBCF
RGB
CMYK
RGB Variations
Color information
#EFFBCF (or 0xEFFBCF) is known color: Snow Flurry. HEX triplet: EF, FB and CF. RGB value is (239,251,207). Sum of RGB (Red+Green+Blue) = 239+251+207=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBCF is #100430. Grayscale: #F2F2F2. Windows color (decimal): -1049649 or 13630447. OLE color: 13630447.
HSL color Cylindrical-coordinate representation of color #EFFBCF: hue angle of 76.36º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFBCF is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 207 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.02 |
| HSL | 76.36º | 0.85% | 0.9% | - |
| HSV(B) | 76.36º | 0.18% | 0.98% | - |
| XYZ | 81.36 | 91.85 | 72.47 | - |
| YUV | 242.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 207 | 0.05 | 0 | 0.18 | 0.02 | 76.36 | 0.85 | 0.9 |
| Hex | EF | FB | CF | 5 | 0 | 12 | 2 | 4C | 55 | 5A |
| Octal | 357 | 373 | 317 | 5 | 0 | 22 | 2 | 114 | 125 | 132 |
| Binary | 11101111 | 11111011 | 11001111 | 101 | 0 | 10010 | 10 | 1001100 | 1010101 | 1011010 |
Color Harmonies of #EFFBCF
Complementary color
Monochromatic Colors of #EFFBCF
Black with #EFFBCF
Text Example
Text Example
White with #EFFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBCF; }
p { color: rgb(239,251,207); }
H1.HeaderClassName
{
color: #EFFBCF;
}
.AnyTagClassName
{
color: #EFFBCF;
}
</style>
background-color css
<style>
a { background-color: #EFFBCF; }
a { background-color: rgb(239,251,207); }
div.DivClassName
{
background-color: #EFFBCF;
}
.BgClassName
{
background-color: #EFFBCF;
}
</style>
border-color css
<style>
span { border-color: #EFFBCF; }
span { border-color: rgb(239,251,207); }
td.TdClassName
{
border-color: #EFFBCF;
}
.TagClassName
{
border-color: #EFFBCF;
}
</style>